12 lines
182 B
SYSTEMD
12 lines
182 B
SYSTEMD
|
[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
|
||
|
|