upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / smbnetfs / repos / community-x86_64 / smbnetfs.service
blob1960377ea79eb17bc345075f0e8d95a3161ac64d
1 [Unit]
2 Description=Mount Samba Shares
3 Wants=network-online.target
4 After=network-online.target
6 [Service]
7 Environment=SMBNETFS_MOUNT_POINT=/mnt/smbnet
8 EnvironmentFile=/etc/conf.d/smbnetfs
9 User=smbnetfs
10 ExecStart=/usr/bin/smbnetfs -f -o allow_other $SMBNETFS_MOUNT_POINT
11 ExecStop=/bin/fusermount -u $SMBNETFS_MOUNT_POINT
13 [Install]
14 WantedBy=multi-user.target