]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-umask-default.service
Merge pull request #30844 from keszybz/rename-uid-alloc-range
[thirdparty/systemd.git] / test / test-execute / exec-umask-default.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for UMask default
4
5 [Service]
6 ExecStart=sh -x -c 'rm /tmp/test-exec-umask; touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "644"'
7 Type=oneshot
8 PrivateTmp=yes