11 lines
271 B
SYSTEMD
11 lines
271 B
SYSTEMD
|
[Unit]
|
||
|
Description=Check for running systemd daemons and send notification to gotify
|
||
|
User=ccppi
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/home/ccppi/Programming/systemd-gotify/
|
||
|
ExecStart=/home/ccppi/Programming/systemd-gotify/a.out config config
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|