mirror of
https://github.com/traccar/traccar.git
synced 2025-01-07 03:07:01 +08:00
17 lines
312 B
Desktop File
17 lines
312 B
Desktop File
[Unit]
|
|
Description=traccar
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/traccar
|
|
ExecStart=/opt/traccar/jre/bin/java -jar tracker-server.jar conf/traccar.xml
|
|
SyslogIdentifier=traccar
|
|
SuccessExitStatus=143
|
|
WatchdogSec=600
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|