aboutsummaryrefslogtreecommitdiff
path: root/inotifymask.service
blob: c15377a3f100a1a9516e41aea27996e4d851e0e1 (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 ~/private/also

[Install]
WantedBy=default.target