aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/lxd.pre-install
blob: 5dedf7c575c37b162596e08020ca9b9924d0a3bd (plain)
1
2
3
4
5
#!/bin/sh

addgroup -S lxd 2>/dev/null

exit 0