fix: try to make systemd timer wait for network

This commit is contained in:
Rob Watson 2023-09-12 08:49:29 +02:00
parent 56299d104c
commit f871145748
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
[Unit]
Description=Run tarsnap.service every six hours
Requires=tarsnap.service
After=network-online.target
[Timer]
Unit=tarsnap.service