summarylogtreecommitdiffstats
path: root/hmland.service
diff options
context:
space:
mode:
authorRonny2015-08-06 13:17:34 +0200
committerRonny2015-08-06 13:17:34 +0200
commit33c3c9ad425a6f6646e26ee986cde45ef29f55ab (patch)
treef71b863c53eba1f70feb4d2767122f9007c3ac76 /hmland.service
downloadaur-hmcfgusb.tar.gz
Initial import
Diffstat (limited to 'hmland.service')
-rw-r--r--hmland.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/hmland.service b/hmland.service
new file mode 100644
index 000000000000..bce541e72982
--- /dev/null
+++ b/hmland.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=hmland
+After=syslog.target network.target
+
+[Service]
+Type=forking
+WorkingDirectory=/opt/hmcfgusb
+ExecStart=/opt/hmcfgusb/hmland -d -P -l 127.0.0.1 -p 1234
+
+[Install]
+WantedBy=multi-user.target