Prevent potential locks of other services
This commit is contained in:
parent
2ccace3ba7
commit
60e24e0dae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Documentation=man:rclone(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=bash -c 'systemctl --user start --no-block rclone.target'
|
ExecStart=bash -c 'sleep 10; systemctl --user start rclone.target'
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue