chiark / gitweb /
41e20a60a1929fb9b8318aa67d498f469f0f55a5
[elogind.git] / test / exec-umask-default.service
1 [Unit]
2 Description=Test for UMask default
3
4 [Service]
5 ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "644")'
6 PrivateTmp=yes