add systemd gancio.service
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user