add service example

This commit is contained in:
Pierre Dubouilh
2021-12-22 14:29:46 +01:00
committed by Pierre Dubouilh
parent 4385249c94
commit de632f9ab7
2 changed files with 26 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[Unit]
Description=Gossa service for mytestfolder
# note: its better to use absolute paths here
[Service]
ExecStart=gossa /home/joe/mytestfolder
[Install]
WantedBy=multi-user.target