Semaphore/util/init/semaphore.service.debian

13 lines
212 B
Plaintext
Raw Normal View History

[Unit]
Description=Semaphore Ansible
After=network.target
[Service]
User=www-data
Group=www-data
ExecStart=/usr/bin/semaphore -config /etc/semaphore/config.json
Type=simple
[Install]
WantedBy=multi-user.target