add systemd user .service file

This commit is contained in:
Wolfgang Kroener 2024-01-04 14:42:31 +01:00
parent 2b4d0cd6c4
commit 1ffd51aa1c

11
dapnet2ntfy.service Normal file
View 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