summarylogtreecommitdiffstats
path: root/svxlink.service
diff options
context:
space:
mode:
authorNils Czernia2017-12-12 10:07:07 +0100
committerNils Czernia2017-12-12 10:07:07 +0100
commit7becc20cc999281cf2ef352feb70c16865e9c163 (patch)
tree0dc0c6ed669250aeffa2ca03edfc302abe61846a /svxlink.service
downloadaur-7becc20cc999281cf2ef352feb70c16865e9c163.tar.gz
Initial commit
Diffstat (limited to 'svxlink.service')
-rw-r--r--svxlink.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/svxlink.service b/svxlink.service
new file mode 100644
index 000000000000..10c3f88e9449
--- /dev/null
+++ b/svxlink.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Echolink Software
+After=network.target
+After=sound.target
+
+[Service]
+Type=simple
+User=svxlink
+Group=svxlink
+ExecStart=/usr/bin/svxlink
+Restart=always
+
+
+[Install]
+WantedBy=multi-user.target