mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-25 18:26:49 +00:00
8 lines
200 B
Desktop File
8 lines
200 B
Desktop File
[Unit]
|
|
Description=Test for UMask default
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "644"'
|
|
Type=oneshot
|
|
PrivateTmp=yes
|