summaryrefslogblamecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/module.build
blob: 6027ceebf4e07617071bfb50e38b77c5dec0d0f1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                

                                                                                
 
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	useradd --system --user-group --no-create-home --groups "fuse" "dnbd3" \
		|| perror "Cannot create user dnbd3 with supp. group fuse"
}