dapnet2ntfy/dapnet2ntfy.service

12 lines
182 B
SYSTEMD
Raw Normal View History

2024-01-04 16:26:22 +01:00
[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