]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-umask-0177.service
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / test / test-execute / exec-umask-0177.service
CommitLineData
27c5347c
RC
1[Unit]
2Description=Test for UMask
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" = "600"'
cdaf5070 6Type=oneshot
27c5347c
RC
7UMask=0177
8PrivateTmp=yes