15 lines
371 B
Desktop File
15 lines
371 B
Desktop File
[Unit]
|
|
Description=SSHFS Daemon to mount srv06 warmd as a volume
|
|
StartLimitInterval=200
|
|
StartLimitBurst=8
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/sshfs -f {{ user }}@srv06.rem:/warmd/mbess {{ home }}/.mnt/srv06/warmd/mbess -o reconnect,ServerAliveInterval=30,ServerAliveCountMax=5
|
|
Restart=always
|
|
StandardOutput=journal
|
|
RestartSec=20
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|