blob: 487f5e9b9466729336e5128d97a4f89c265da90e [file] [log] [blame] [raw]
[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