aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/config/prerm
blob: c1d3d55a1d1a6ac737d926918ef7533b4098b630 (plain)
1
2
3
4
5
#!/bin/bash

if pidof systemd; then
  systemctl disable hicn-light
fi