Skip to content

Commit

Permalink
Lower first run delay
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko authored Mar 30, 2021
1 parent f1c06b0 commit df8318b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ After=network-online.target
[Timer]
Unit=ssh-manager.service
OnBootSec=10min
OnBootSec=1min
OnUnitInactiveSec=60min
Persistent=true
Expand All @@ -52,4 +52,4 @@ echo "$TIMER" > /etc/systemd/system/ssh-manager.timer

systemctl daemon-reload
systemctl enable ssh-manager.service
systemctl enable --now ssh-manager.timer
systemctl enable --now ssh-manager.timer

0 comments on commit df8318b

Please sign in to comment.