aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:46:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:46:20 +1200
commit21fcf22011ade12b82a9e0adf940c70be282df33 (patch)
tree5ff06df32f6bb2d23dc68b763a04ee78e8f87b79
parentMerge branch 'release/v0.07' into develop (diff)
downloadinotifymask-21fcf22011ade12b82a9e0adf940c70be282df33.tar.gz
inotifymask-21fcf22011ade12b82a9e0adf940c70be282df33.zip
Update systemd service sample to reflect recursion
-rw-r--r--inotifymask.service2
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