]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-umask-default.service
test: rename TEST-31-OOMPOLICY to TEST-32-OOMPOLICY
[thirdparty/systemd.git] / test / test-execute / exec-umask-default.service
CommitLineData
27c5347c
RC
1[Unit]
2Description=Test for UMask default
3
4[Service]
b7172f34 5ExecStart=/bin/sh -x -c 'rm /tmp/test-exec-umask; touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "644"'
cdaf5070 6Type=oneshot
27c5347c 7PrivateTmp=yes