blob: 680ee0c437eb7998e9e1a1618fcc2fef228d22c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=apply umask over created/moved files
After=local-fs.target
[Service]
ExecStart=/usr/local/bin/inotifymask 0177 ~/private ~/also-private
[Install]
WantedBy=default.target
|