summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/module.build
blob: 7fc1b620118bb5395303b0802977e60baf38b5fa (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 --inactive --no-create-home "dnbd3"
}