mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
systemd: add a systemd service example file
Copy this file into /etc/systemd/system, and \# systemctl enable zot \# systemctl start zot
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=OCI Distribution Registry
|
||||||
|
Documentation=https://github.com/anuvu/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
|
||||||
Reference in New Issue
Block a user