Systemd/test/test-execute/exec-umask-default.service

7 lines
190 B
SYSTEMD
Raw Normal View History

[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