diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-07-28 22:43:46 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-07-28 22:43:46 +0100 |
commit | 3c93ff50db93df94fc4820d3a41c40d4c524e152 (patch) | |
tree | 7e6e57e9d8b6f1c9ea3726b654bcf6fee190a70c /games-server | |
parent | profiles: Un-last-rite games-server/monopd (diff) | |
download | gentoo-3c93ff50db93df94fc4820d3a41c40d4c524e152.tar.gz gentoo-3c93ff50db93df94fc4820d3a41c40d4c524e152.tar.bz2 gentoo-3c93ff50db93df94fc4820d3a41c40d4c524e152.zip |
games-server/monopd: Run as nobody:nogroup
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/monopd/files/monopd.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-server/monopd/files/monopd.initd b/games-server/monopd/files/monopd.initd index 80b93090d3da..da960f96bebd 100644 --- a/games-server/monopd/files/monopd.initd +++ b/games-server/monopd/files/monopd.initd @@ -4,6 +4,7 @@ command="monopd" command_background="true" +command_user="nobody:nogroup" pidfile="/run/${RC_SVCNAME}.pid" depend() { |