Created
July 15, 2018 11:57
-
-
Save laserpants/97afbbdac098477c7557e5aa8f1dfc8e to your computer and use it in GitHub Desktop.
Check if system is using systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ps -p 1 -o comm= | |
# see https://www.home-assistant.io/docs/autostart/systemd/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment