mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add systemd gancio.service
This commit is contained in:
parent
f7e68878b2
commit
8f35628b60
1 changed files with 13 additions and 0 deletions
13
docs/gancio.service
Normal file
13
docs/gancio.service
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Gancio
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=gancio
|
||||||
|
WorkingDirectory=/opt/gancio
|
||||||
|
ExecStart=gancio
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue