hmn/server/hmn.service

16 lines
307 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
2021-09-05 16:36:55 +00:00
WorkingDirectory=/home/hmn/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