mirror of
https://github.com/owntracks/recorder.git
synced 2026-02-13 20:49:51 +00:00
17 lines
290 B
Desktop File
17 lines
290 B
Desktop File
# /etc/systemd/system/ot-recorder.service
|
|
|
|
[Unit]
|
|
Description=OwnTracks Recorder
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=owntracks
|
|
WorkingDirectory=/
|
|
ExecStartPre=/bin/sleep 3
|
|
ExecStart=/usr/sbin/ot-recorder
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|