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

if pidof systemd; then
  systemctl enable hicn-light
fi