mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-25 19:34:54 +00:00
9 lines
203 B
Desktop File
9 lines
203 B
Desktop File
[Unit]
|
|
Description=Test for UMask
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "600"'
|
|
Type=oneshot
|
|
UMask=0177
|
|
PrivateTmp=yes
|