Franziska Kunsmann
83fb1a5e11
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
16 lines
226 B
SYSTEMD
16 lines
226 B
SYSTEMD
[Unit]
|
|
Description=Mount ${mount}
|
|
|
|
After=network.target
|
|
|
|
|
|
[Mount]
|
|
What=${serverpath}
|
|
Where=${mountpoint}
|
|
Type=nfs
|
|
Options=${','.join(sorted(mount_options))}
|
|
ForceUnmount=yes
|
|
TimeoutSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|