zotregistry.dev/zot@v1.4.4-0.20240314164342-eec277e14d20/examples/zot.service (about) 1 [Unit] 2 Description=OCI Distribution Registry 3 Documentation=https://github.com/project-zot/zot 4 After=network.target auditd.service local-fs.target 5 6 [Service] 7 Type=simple 8 ExecStart=/usr/bin/zot serve /etc/zot/config.json 9 Restart=on-failure 10 User=zot 11 Group=zot 12 LimitNOFILE=500000 13 14 [Install] 15 WantedBy=multi-user.target