Add time-sync to the systemd unit created by i2prouter install (#1578)

This commit is contained in:
kytv
2015-12-02 19:51:00 +00:00
parent b53fe37a30
commit 53ae4125e5

View File

@@ -1287,7 +1287,7 @@ installsystemd() {
cat << EOF >> "$SYSTEMD_SERVICE"
[Unit]
Description=$APP_LONG_NAME
After= local-fs.target network.target
After= local-fs.target network.target time-sync.target
[Service]
Type=forking