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

[Service]
Type=forking
PrivateDevices=yes
ExecStart=/usr/bin/nhttpd
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target