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

build() {
	:
}

post_copy() {
	add_system_group "dnbd3"
	USER="dnbd3" GROUP="dnbd3" add_system_user
}