This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=SMBNETFS_MOUNT_POINT=/mnt/smbnet
-
EnvironmentFile=/etc/conf.d/smbnetfs
-
ExecStart=/usr/bin/smbnetfs -f -o allow_other $SMBNETFS_MOUNT_POINT
-
ExecStop=/bin/fusermount -u $SMBNETFS_MOUNT_POINT
-
User=smbnetfs
-
-
[Unit]
-
After=network-online.target
-
Description=Mount Samba Shares
-
Wants=network-online.target
-
Additionnal notes
Nothing here.