mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
fix autostart to use ntp
This commit is contained in:
committed by
Aiden McClelland
parent
03a8dca7d7
commit
1df49e42fc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user