mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
19 lines
469 B
Desktop File
19 lines
469 B
Desktop File
[Unit]
|
|
Documentation=https://github.com/semaphoreui/semaphore
|
|
Documentation=man:semaphore --help
|
|
Description=Semaphore UI
|
|
Requires=network.target
|
|
After=network.target syslog.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/semaphore/env
|
|
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 |