8 lines
265 B
Desktop File
8 lines
265 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Test for UMask default
|
|
|
|
[Service]
|
|
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"'
|
|
Type=oneshot
|
|
PrivateTmp=yes
|