11 lines
260 B
SYSTEMD
11 lines
260 B
SYSTEMD
[Unit]
|
|
#Description=Starts mounting backups to %h/backup, if this directory exists
|
|
#BindsTo=mkbackup-userdir.path
|
|
Conflicts=shutdown.target sleep.target suspend.target
|
|
|
|
[Path]
|
|
PathExists=%h/backup
|
|
Unit=mkbackup-userdir.service
|
|
|
|
[Install]
|
|
WantedBy=paths.target
|