mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
13 lines
213 B
Plaintext
13 lines
213 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
|