summarylogtreecommitdiffstats
path: root/piler.install
blob: d4a35a82fadd5e18d53901857d01becb1caa7ab9 (plain)
1
2
3
4
5
6
7
8
post_install() {
    systemd-sysusers piler.conf
    systemd-tmpfiles --create piler.conf
}

post_upgrade(){
    systemd-tmpfiles --create pillar.conf
}