first save up
This commit is contained in:
8
root/etc/services.d/qbittorrent/run
Normal file
8
root/etc/services.d/qbittorrent/run
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
UMASK_SET=${UMASK_SET:-022}
|
||||
|
||||
umask "$UMASK_SET"
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc /usr/bin/qbittorrent-nox
|
||||
Reference in New Issue
Block a user