14 lines
241 B
SYSTEMD
14 lines
241 B
SYSTEMD
|
[Unit]
|
||
|
Description=Automounting of /backup - activated by backup.path
|
||
|
#Before=local-fs.target remote-fs.target
|
||
|
#DefaultDependencies = yes
|
||
|
After=backup.path
|
||
|
|
||
|
[Automount]
|
||
|
TimeoutIdleSec=15s
|
||
|
Where=/backup
|
||
|
|
||
|
|
||
|
#[Install]
|
||
|
#WantedBy=mkbackup.target
|