diff --git a/gpsdate.service b/gpsdate.service index 869f076..da4cb80 100644 --- a/gpsdate.service +++ b/gpsdate.service @@ -5,3 +5,6 @@ Description=Set time based on GPS Type=simple EnvironmentFile=/etc/default/gpsdate ExecStart=/usr/sbin/gpsdate --no-detach ${GPSDATE_HOST} ${GPSDATE_PORT} + +[Install] +WantedBy=multi-user.target