ansible-role-zuul-registry/templates/etc/systemd/system/zuul-registry.service

15 lines
363 B
Desktop File

[Unit]
Description=Zuul Registry Service
After=syslog.target network.target
[Service]
Type=simple
# Options to pass to zuul-registry.
Environment="ARGS=-c /etc/zuul-registry/registry.yaml"
Group=zuul-registry
User=zuul-registry
ExecStart={{ zuul_registry_pip_virtualenv | default('/usr/local') }}/bin/zuul-registry -d $ARGS
[Install]
WantedBy=multi-user.target