diff options
-rw-r--r-- | inotifymask.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inotifymask.service b/inotifymask.service index c15377a..680ee0c 100644 --- a/inotifymask.service +++ b/inotifymask.service @@ -3,7 +3,7 @@ Description=apply umask over created/moved files After=local-fs.target [Service] -ExecStart=/usr/local/bin/inotifymask 0177 ~/private ~/private/also +ExecStart=/usr/local/bin/inotifymask 0177 ~/private ~/also-private [Install] WantedBy=default.target |