]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/exec-umask-0177.service
test-execute: add tests for UMask directive
[thirdparty/systemd.git] / test / exec-umask-0177.service
CommitLineData
27c5347c
RC
1[Unit]
2Description=Test for UMask
3
4[Service]
5ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "600")'
6UMask=0177
7PrivateTmp=yes