Created
March 5, 2022 22:44
-
-
Save xZero707/fc93e5fe464836fdc7cd5525e28bd37d to your computer and use it in GitHub Desktop.
Fake 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
# Source: https://stackoverflow.com/a/66101344/1797452 | |
# Mostly useful for Docker so installation of some packages that require systemd is possible. | |
# When systemctl is run, it will ALWAYS execute successfuly. | |
ln -s /bin/true /sbin/systemctl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment