add systemd user .service file
This commit is contained in:
parent
2b4d0cd6c4
commit
1ffd51aa1c
11
dapnet2ntfy.service
Normal file
11
dapnet2ntfy.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Gateway for messages from DAPNET to ntfy
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/bin/dapnet2ntfy.pl
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Loading…
Reference in a new issue