Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions systemd/system/policy-routes@.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Description=Set up policy routes for %I
StartLimitIntervalSec=10
StartLimitBurst=5
Wants=refresh-policy-routes@%i.timer
CollectMode=inactive-or-failed

[Install]
Also=refresh-policy-routes@%i.timer
Expand Down
1 change: 1 addition & 0 deletions systemd/system/refresh-policy-routes@.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Refresh policy routes for %I
CollectMode=inactive-or-failed

[Service]
Type=oneshot
Expand Down
3 changes: 3 additions & 0 deletions systemd/system/refresh-policy-routes@.timer
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[Unit]
BindsTo=policy-routes@%i.service

[Timer]
OnActiveSec=30
OnUnitInactiveSec=60
Expand Down
Loading