mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
b7172f3471
This is mainly for testing 1beab8b0d0
.
9 lines
228 B
Desktop File
9 lines
228 B
Desktop File
[Unit]
|
|
Description=Test for UMask
|
|
|
|
[Service]
|
|
ExecStart=/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"'
|
|
Type=oneshot
|
|
UMask=0177
|
|
PrivateTmp=yes
|