mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
14 lines
262 B
Desktop File
14 lines
262 B
Desktop File
[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 |