mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
96226af869
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
15 lines
314 B
Desktop File
15 lines
314 B
Desktop File
[Unit]
|
|
Description=OCI Distribution Registry
|
|
Documentation=https://github.com/project-zot/zot
|
|
After=network.target auditd.service local-fs.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/zot serve /etc/zot/config.json
|
|
Restart=on-failure
|
|
User=zot
|
|
Group=zot
|
|
LimitNOFILE=500000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|