dd9c6c8b22
Closes: #5970 [via git-merge-pr]
16 lines
333 B
Bash
16 lines
333 B
Bash
# Template file for 'sv-netmount'
|
|
pkgname=sv-netmount
|
|
version=0.1
|
|
revision=1
|
|
short_desc="Service to mount/umount network filesystems from fstab"
|
|
homepage="http://www.voidlinux.eu/"
|
|
maintainer="Olivier Mauras <olivier@mauras.ch>"
|
|
license="GPL-2"
|
|
build_style="meta"
|
|
|
|
depends="runit"
|
|
|
|
post_install() {
|
|
# runit services
|
|
vsv netmount
|
|
}
|