Simple notification http server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 206 B view raw
1[Unit] 2Description=Notify Me 3After=network.target 4 5[Service] 6ExecStart=/bin/notify-me 7Restart=always 8RestartSec=30s 9Environment="HOST=0.0.0.0" 10Environment="PORT=6500" 11 12[Install] 13WantedBy=multi-user.target 14