mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
[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 |