Skip to content

Commit

Permalink
no bin/sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Jul 3, 2024
1 parent 71be832 commit 63e69e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemd/system/sysbox-fs.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ After=sysbox-mgr.service
[Service]
Type=simple
Type=notify
ExecStart=/bin/sh -c "/usr/bin/sysbox-fs --log /var/log/sysbox/sysbox-fs.txt"
ExecStart=/usr/bin/sysbox-fs --log /var/log/sysbox/sysbox-fs.txt
Restart=always
TimeoutStartSec=10
TimeoutStopSec=10
StartLimitInterval=0
NotifyAccess=all
NotifyAccess=main
OOMScoreAdjust=-500

# The number of files opened by sysbox-fs is a function of the number of
Expand Down

0 comments on commit 63e69e4

Please sign in to comment.