summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-09 16:59:15 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-09 17:15:40 +0100
commitc52a81288630c53b4bbefcb15bfd4e8868cc5163 (patch)
treef220df3484c5a8dedaa0195523bda4bacdca66a8 /priv
parent48ca448bfca0c23ba44c3a8137610f81d546ae61 (diff)
Add systemd user unitHEADmaster
We use /bin/sh so we have an absolute path
Diffstat (limited to 'priv')
-rw-r--r--priv/simplec.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/priv/simplec.service b/priv/simplec.service
new file mode 100644
index 0000000..2a654ab
--- /dev/null
+++ b/priv/simplec.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Simplec: simple vm interface
+
+[Service]
+Type=simple
+ExecStart=/bin/sh -c "exec ${HOME}/bin/simplec"
+Restart=always
+
+[Install]
+WantedBy=default.target