mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-05 00:27:20 -04:00
add service example
This commit is contained in:
committed by
Pierre Dubouilh
parent
4385249c94
commit
de632f9ab7
@@ -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
|
||||
Reference in New Issue
Block a user