mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-05 08:37:45 -04:00
rephrase service file
and move RPC structure back to gossa.go
This commit is contained in:
committed by
Pierre Dubouilh
parent
d99d975f70
commit
bf4be929f5
@@ -1,9 +1,13 @@
|
||||
[Unit]
|
||||
Description=Gossa service for mytestfolder
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
# note: its better to use absolute paths here
|
||||
[Service]
|
||||
ExecStart=gossa /home/joe/mytestfolder
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user