mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
074e303085
Support OpenTofu and Bash
16 lines
300 B
Desktop File
16 lines
300 B
Desktop File
[Unit]
|
|
Description=Semaphore UI
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/semaphore/env
|
|
ExecStart=/usr/bin/semaphore server --config ${SEMAPHORE_CONFIG}
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
User=semaphore
|
|
Group=semaphore
|
|
Restart=always
|
|
RestartSec=3s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|