mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-06 00:28:49 +00:00
8 lines
193 B
Desktop File
8 lines
193 B
Desktop File
[Unit]
|
|
Description=Test for UMask
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "600")'
|
|
UMask=0177
|
|
PrivateTmp=yes
|