summarylogtreecommitdiffstats
path: root/onerng.install
blob: 8fe83981dea6a53797d440a7541b054d8510fc5e (plain)
1
2
3
4
5
6
7
8
post_install () {
     udevadm  control  --reload-rules
systemctl -q is-enabled atd || systemctl enable atd
systemctl -q is-active atd || systemctl start atd
}
post_upgrade () {
    post_install
}