mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 19:31:03 +01:00
14 lines
261 B
SYSTEMD
14 lines
261 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ansible Semaphore
|
||
|
Requires=network.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/semaphore/env
|
||
|
ExecStart=/usr/bin/semaphore -config ${SEMAPHORE_CONFIG}
|
||
|
User=semaphore
|
||
|
Group=semaphore
|
||
|
Restart=always
|
||
|
RestartSec=3s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|