add bin sh to qalculate

This commit is contained in:
Noa Aarts 2025-03-13 23:25:16 +01:00
parent 32fe4a16b2
commit 79b1096db1
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -190,6 +190,7 @@ in
"/etc/ssl" "/etc/ssl"
"/etc/static/ssl" "/etc/static/ssl"
"/etc/resolv.conf" "/etc/resolv.conf"
"/bin/sh"
]; ];
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 1; RestartSec = 1;