summarylogtreecommitdiffstats
path: root/dump1090-mutability.install
blob: 56960dd2d8f4738e35d14d37d082bd82297c979d (plain)
1
2
3
4
5
6
7
post_install() {
	useradd -M -r -s /usr/bin/nologin dump1090
}

post_remove() {
	userdel dump1090
}