Skip to content

Instantly share code, notes, and snippets.

@xZero707
Created March 5, 2022 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xZero707/fc93e5fe464836fdc7cd5525e28bd37d to your computer and use it in GitHub Desktop.
Save xZero707/fc93e5fe464836fdc7cd5525e28bd37d to your computer and use it in GitHub Desktop.
Fake systemd
# 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