summarylogtreecommitdiffstats
path: root/kwakd.service
diff options
context:
space:
mode:
authorPatrick Wozniak2017-02-26 13:52:26 +0100
committerPatrick Wozniak2017-02-26 13:53:39 +0100
commit3e013ab1f4cd3206c648ab584e6c990d3a417fd8 (patch)
treebeb03dc758455ad18555ee4c66df7b1793205960 /kwakd.service
downloadaur-kwakd-git.tar.gz
initial commit
Diffstat (limited to 'kwakd.service')
-rw-r--r--kwakd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/kwakd.service b/kwakd.service
new file mode 100644
index 000000000000..b9a492b160f2
--- /dev/null
+++ b/kwakd.service
@@ -0,0 +1,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