add sleep to systemd service to allow Mosquitto to start

closes #185
This commit is contained in:
Jan-Piet Mens 2017-10-17 20:50:16 +02:00
parent e1f7a1367d
commit d4b450949f

View File

@ -9,6 +9,7 @@ After=network-online.target
Type=simple
User=owntracks
WorkingDirectory=/
ExecStartPre=/bin/sleep 15
ExecStart=/usr/sbin/ot-recorder
[Install]