summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/module.build
blob: 9a920069737e6c83db50d3e9556e4be25a62ac53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	useradd --system --user-group --no-create-home --groups "fuse" "dnbd3"
}