summarylogtreecommitdiffstats
path: root/sheepit-client.install
blob: ef6ab2c0657db0d51c19dfaf1c030cfa560d7d67 (plain)
1
2
3
4
post_install() {
    systemd-sysusers sheepit-client.conf
    [[ -d /var/lib/sheepit-client ]] || install -dm 700 -o sheepit-client -g sheepit-client /var/lib/sheepit-client
}