summarylogtreecommitdiffstats
path: root/v2ray-rules-dat-autoupdate.install
blob: 8fc69cb5b77527454d0d9609a85bceca664d945d (plain)
1
2
3
4
5
6
7
8
post_install() {
  systemctl enable --now v2ray-rules-dat-autoupdate.timer
}

pre_remove() {
  systemctl disable v2ray-rules-dat-autoupdate.timer
}