summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2016-02-05 16:59:19 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2016-02-05 16:59:19 -0800
commita3c08b3eea427c2f14a184ecdcab57b6cb3840cc (patch)
tree42bb32996b208ddc107d9ab08e788912e7429a8a /scripts
parent97a18ef2bc204c9afbe0aa09b208dfd892bf4a83 (diff)
downloadrvi_core-a3c08b3eea427c2f14a184ecdcab57b6cb3840cc.tar.gz
First stab at systemd integration into debian build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rvi.service.tizen19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/rvi.service.tizen b/scripts/rvi.service.tizen
deleted file mode 100644
index 14bb8cc..0000000
--- a/scripts/rvi.service.tizen
+++ /dev/null
@@ -1,19 +0,0 @@
-# systemd(8) setup usde by Tizen and others.
-[Unit]
-Description=Remote Vehicle Interaction Service
-Wants=network-online.target
-
-[Service]
-Environment="HOME=/opt/rvi-0.5.0"
-Type=forking
-StandardOutput=journal
-StandardError=journal
-ExecStartPre=/usr/bin/chsmack --access User /home/app/content/Documents/vin
-ExecStartPre=/opt/rvi-0.5.0/erts-5.10.4/bin/epmd -daemon
-ExecStart=/bin/sh /opt/rvi-0.5.0/bin/rvi start
-ExecStop=/bin/sh /opt/rvi-0.5.0/bin/rvi stop
-ExecStopPost=/opt/rvi-0.5.0/erts-5.10.4/bin/epmd -kill
-GuessMainPID=yes
-
-[Install]
-WantedBy=graphical.target multi-user.target