From 53ae4125e51ee8daf45410f1aa1420c219ad1cde Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Wed, 2 Dec 2015 19:51:00 +0000 Subject: [PATCH] Add time-sync to the systemd unit created by i2prouter install (#1578) --- installer/resources/i2prouter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter index afee6b721f..5d20179245 100644 --- a/installer/resources/i2prouter +++ b/installer/resources/i2prouter @@ -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 -- GitLab