hmn/server/hmn.service

15 lines
275 B
SYSTEMD
Raw Normal View History

[Unit]
Description=The Handmade Network website
After=network-online.target nss-lookup.target
[Service]
User=hmn
Group=hmn
ExecStart=/home/hmn/bin/hmn
Restart=always
TimeoutStopSec=15
2021-09-04 18:59:03 +00:00
ExecStopPost=/home/hmn/hmn/server/adminmailer.sh %n
[Install]
WantedBy=multi-user.target