forked from hasufell/hasufell-repository
10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hiawatha webserver
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/hiawatha -d
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|