summarylogtreecommitdiffstats
path: root/remotetrx.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 /remotetrx.service
downloadaur-7becc20cc999281cf2ef352feb70c16865e9c163.tar.gz
Initial commit
Diffstat (limited to 'remotetrx.service')
-rw-r--r--remotetrx.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/remotetrx.service b/remotetrx.service
new file mode 100644
index 000000000000..e242243d2c42
--- /dev/null
+++ b/remotetrx.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Echolink Software Remotetrx
+After=network.target
+After=sound.target
+
+[Service]
+Type=simple
+User=svxlink
+Group=svxlink
+ExecStart=/usr/bin/remotetrx
+Restart=always
+
+[Install]
+WantedBy=multi-user.target