Skip to content

Instantly share code, notes, and snippets.

@technoscavenger
Created April 21, 2025 04:21
Show Gist options
  • Select an option

  • Save technoscavenger/fc8a677aa1b914ca09e0d6b9d986d17a to your computer and use it in GitHub Desktop.

Select an option

Save technoscavenger/fc8a677aa1b914ca09e0d6b9d986d17a to your computer and use it in GitHub Desktop.
# local/snippets/post_start.custom
# Commands executed from post_startup.sh. Executed at the end of system startup whether slm is in use
# or not
#
# To allow resource managers to be run properly with and without security policies, command lines
# should be written in one of the following forms:
#
# START(resmgr_t) resmgr DROPROOT(resmgr_uid)
# STARTU(resmgr_t, resmgr_uid) resmgr
# Where resmgr_t is the security type name (arbitrary but usually the name of the resmgr with _t appended),
# and resmgr_uid is the id to use for both uid and gid. DROPROOT is used only in cases where the
# resource manager supports a -U option for switching to non-root.
inetd -D /system/etc/inetd.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment