mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
14 lines
181 B
SYSTEMD
14 lines
181 B
SYSTEMD
|
[Unit]
|
||
|
Description=Gancio
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=gancio
|
||
|
WorkingDirectory=/opt/gancio
|
||
|
ExecStart=gancio
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|