mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
b7172f3471
This is mainly for testing 1beab8b0d0
.
8 lines
225 B
Desktop File
8 lines
225 B
Desktop File
[Unit]
|
|
Description=Test for UMask default
|
|
|
|
[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" = "644"'
|
|
Type=oneshot
|
|
PrivateTmp=yes
|