mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
[Unit]
|
|
Description=Semaphore Ansible
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=www-data
|
|
Group=www-data
|
|
ExecStart=/usr/bin/semaphore server --config /etc/semaphore/config.json
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|