summarylogtreecommitdiffstats
path: root/kwakd.service
blob: b9a492b160f291da87d5ae6f02db8d7b1fe1c33a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Web server serving blank html

[Service]
Type=simple 
User=kwakd
ExecStart=/usr/bin/kwakd -p 80 
Restart=on-failure

[Install]
WantedBy=multi-user.target