22 lines
417 B
Desktop File
22 lines
417 B
Desktop File
[Unit]
|
|
Description=Zot OCI registry
|
|
Documentation=https://github.com/project-zot/zot
|
|
After=network.target auditd.service local-fs.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/zot /etc/zot/config.json
|
|
Restart=on-failure
|
|
User=zot
|
|
Group=zot
|
|
LimitNOFILE=500000
|
|
|
|
WorkingDirectory=/var/lib/zot
|
|
StateDirectory=zot
|
|
StateDirectoryMode=0750
|
|
CacheDirectory=zot
|
|
CacheDirectoryMode=0750
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|