14 lines
383 B
SYSTEMD
14 lines
383 B
SYSTEMD
[Unit]
|
|
Description=SSHFS mount napi-data from zzz (qu3v3d0.tech)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Mount]
|
|
What=fenix@qu3v3d0.tech:/var/www/napi/data
|
|
Where=/home/fenix/napi-data
|
|
Type=fuse.sshfs
|
|
Options=reconnect,ServerAliveInterval=15,ServerAliveCountMax=3,IdentityFile=/home/fenix/.ssh/id_rsa,_netdev,allow_other,auto_cache
|
|
|
|
[Install]
|
|
WantedBy=default.target
|