forked from I2P_Developers/i2p.i2p
Add time-sync to the systemd unit created by i2prouter install (#1578)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user