mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-09 03:21:35 +00:00
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
|