aboutsummaryrefslogtreecommitdiff
path: root/setup/other/traccar.service
diff options
context:
space:
mode:
Diffstat (limited to 'setup/other/traccar.service')
-rw-r--r--setup/other/traccar.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/setup/other/traccar.service b/setup/other/traccar.service
deleted file mode 100644
index 4b7404653..000000000
--- a/setup/other/traccar.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=traccar
-After=network.target
-
-[Service]
-Type=simple
-WorkingDirectory=/opt/traccar
-ExecStart=/bin/sh -c "exec java -jar tracker-server.jar conf/traccar.xml"
-SyslogIdentifier=traccar
-
-[Install]
-WantedBy=multi-user.target