16 lines
359 B
SYSTEMD
16 lines
359 B
SYSTEMD
|
[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/warmd -o reconnect,ServerAliveInterval=30,ServerAliveCountMax=5
|
||
|
Restart=always
|
||
|
StandardOutput=journal
|
||
|
RestartSec=20
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|