looks like we reload. but not start? I’m not even ...
# core
s
looks like we reload. but not start? I’m not even sure what best practice is here
Copy code
# If we have a systemd, daemon-reload away now
if [ -x /bin/systemctl ] && pidof systemd ; then
  /bin/systemctl daemon-reload 2>/dev/null 2>&1
fi