zot-wo-auth/examples/zot.service

16 lines
314 B
SYSTEMD
Raw Normal View History

[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