aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/config/prerm
blob: 8c0eadf0defcdd68ebee2e4625d98ed410c56f85 (plain)
1
2
3
4
5
#!/bin/bash

if pidof systemd; then
  systemctl disable facemgr
fi