Skip to content

Commit

Permalink
Define SIGKILL as success exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimiblock committed Feb 1, 2025
1 parent 3850d1e commit f04d587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ function dbusProxy() {
-p RestartMode=direct \
-p ExecStopPost="rm ${XDG_RUNTIME_DIR}/.flatpak/${instanceId} -r" \
-p ExecStopPost="rm -r ${busDir}" \
-p SuccessExitStatus=SIGKILL \
-- bwrap \
--symlink /usr/lib64 /lib64 \
--ro-bind /usr/lib /usr/lib \
Expand Down

0 comments on commit f04d587

Please sign in to comment.