We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee03d7 commit 5029b61Copy full SHA for 5029b61
systemd/user/bor-resync.service
@@ -1,5 +1,8 @@
1
[Unit]
2
Description=Timed resync
3
+After=bor.service
4
+Wants=bor-resync.timer
5
+BindsTo=bor.service
6
7
[Service]
8
Type=oneshot
systemd/user/bor-resync.timer
@@ -4,5 +4,6 @@ BindsTo=bor.service
[Timer]
OnActiveSec=1h
+OnUnitActiveSec=1h
9
# vim: ft=systemd
0 commit comments