Add After keyword to wait until first process exits
This commit is contained in:
parent
29d3887fe7
commit
a75271ee5f
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Restic storage backup
|
Description=Restic storage backup
|
||||||
|
After=restic-backup-home.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=restic backup --verbose --tag systemd-storage.timer $BACKUP_EXCLUDES $BACKUP_PATHS --limit-upload=2048
|
ExecStart=restic backup --verbose --tag systemd-storage.timer $BACKUP_EXCLUDES $BACKUP_PATHS --limit-upload=2048
|
||||||
|
Loading…
Reference in New Issue
Block a user