Created
April 21, 2025 04:21
-
-
Save technoscavenger/fc8a677aa1b914ca09e0d6b9d986d17a to your computer and use it in GitHub Desktop.
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
| # 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