Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Sep 29, 2023
1 parent cd5a324 commit f321d9c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ services:
summary: Start Mongod
override: replace
startup: enabled
command:
- /usr/bin/setpriv
- --clear-groups
- --reuid
- mongodb
- --regid
- mongodb
- --
- /usr/bin/mongod
command: "/usr/bin/setpriv --clear-groups --reuid mongodb --regid mongodb -- /usr/bin/mongod"


platforms: # The platforms this ROCK should be built on and run on
Expand Down

0 comments on commit f321d9c

Please sign in to comment.