diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-07-04 21:46:20 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-07-04 21:46:20 +1200 |
commit | 21fcf22011ade12b82a9e0adf940c70be282df33 (patch) | |
tree | 5ff06df32f6bb2d23dc68b763a04ee78e8f87b79 /inotifymask.service | |
parent | Merge branch 'release/v0.07' into develop (diff) | |
download | inotifymask-21fcf22011ade12b82a9e0adf940c70be282df33.tar.gz inotifymask-21fcf22011ade12b82a9e0adf940c70be282df33.zip |
Update systemd service sample to reflect recursion
Diffstat (limited to 'inotifymask.service')
-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 |