fix autostart to use ntp

This commit is contained in:
Keagan McClelland
2022-02-14 12:43:53 -07:00
committed by Aiden McClelland
parent 03a8dca7d7
commit 1df49e42fc

View File

@@ -1,8 +1,8 @@
[Unit] [Unit]
Description=Embassy Init Description=Embassy Init
After=network.target systemd-time-wait-sync.service After=network.target ntp.service
Requires=network.target Requires=network.target
Wants=avahi-daemon.service nginx.service tor.service systemd-time-wait-sync.service Wants=avahi-daemon.service nginx.service tor.service ntp.service
[Service] [Service]
Type=oneshot Type=oneshot