summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/module.build
blob: 6027ceebf4e07617071bfb50e38b77c5dec0d0f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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"
}