summarylogtreecommitdiffstats
path: root/dynafire.install
blob: f7562cf5551d7774c6529f01ad64e15b7721799b (plain)
1
2
3
4
5
6
7
post_install () {
    systemctl daemon-reload && systemctl enable dynafire --now 
}

post_remove() {
    systemctl disable dynafire --now && rm /lib/systemd/system/dynafire.service && systemctl daemon-reload
}