mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 21:30:41 +00:00
24 lines
483 B
SYSTEMD
24 lines
483 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Solstice CI Orchestrator
|
||
|
|
After=network-online.target
|
||
|
|
Wants=network-online.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
EnvironmentFile=-/etc/default/solstice-orchestrator
|
||
|
|
EnvironmentFile=-/etc/solstice/orchestrator.env
|
||
|
|
ExecStart=/usr/bin/solstice-orchestrator
|
||
|
|
Restart=on-failure
|
||
|
|
RestartSec=3s
|
||
|
|
User=solstice
|
||
|
|
Group=solstice
|
||
|
|
AmbientCapabilities=
|
||
|
|
NoNewPrivileges=yes
|
||
|
|
ProtectSystem=full
|
||
|
|
ProtectHome=true
|
||
|
|
PrivateTmp=true
|
||
|
|
RuntimeDirectory=solstice
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|