add systemd user .service file

This commit is contained in:
Wolfgang 2024-01-04 16:26:22 +01:00
parent d715fa5337
commit 5e6e486290

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