mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 20:51:33 +00:00
7 lines
190 B
Desktop File
7 lines
190 B
Desktop File
[Unit]
|
|
Description=Test for UMask default
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "644")'
|
|
PrivateTmp=yes
|