mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 19:31:03 +01:00
af07352703
Normal service file
18 lines
445 B
Desktop File
18 lines
445 B
Desktop File
[Unit]
|
|
Description=Ansible Semaphore
|
|
Documentation=https://github.com/ansible-semaphore/semaphore
|
|
Documentation=man:semaphore --help
|
|
Requires=network.target
|
|
After=network.target syslog.target
|
|
|
|
[Service]
|
|
User=semaphore
|
|
Group=semaphore
|
|
ExecStart=/usr/bin/semaphore server --config /home/semaphore/config.json
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |