diff --git a/systemd/tlsdated.service b/systemd/tlsdated.service index 5515a8e..11adaa3 100644 --- a/systemd/tlsdated.service +++ b/systemd/tlsdated.service @@ -8,3 +8,6 @@ EnvironmentFile=/etc/default/tlsdated ExecStart=/usr/sbin/tlsdated ${DAEMON_OPTS} ExecReload=/bin/kill -HUP ${MAINPID} ExecStop=/bin/kill -INT ${MAINPID} + +[Install] +WantedBy=multi-user.target