mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 00:00:42 +01:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
|
[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
|