14 lines
223 B
SYSTEMD
14 lines
223 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|