blob: 487f5e9b9466729336e5128d97a4f89c265da90e (
plain)
1
2
3
4
5
6
7
|
[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
|