summarylogtreecommitdiffstats
path: root/nostromo.service
blob: 60691b26008ad2b6e64b2cc345ae7a8ff29d5bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Nostromo - A simple, fast, and secure HTTP server
After=network.target

[Service]
Type=forking
PIDFile=/usr/share/nostromo/logs/nhttpd.pid
PrivateDevices=yes
ExecStart=/usr/bin/nhttpd
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target