summaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-06-03 19:38:21 +0200
committerpdp8 <pdp8@pdp8.info>2023-06-03 19:38:21 +0200
commitc727922afd124ae59e05b2da56634a271863f8af (patch)
tree8be6dae1b73a9c7db328a5cddb683348734ef95a /watch
parent23d72528a829e080ca6a508a217a700f04217d4a (diff)
public dirs ignored
Diffstat (limited to 'watch')
-rwxr-xr-xwatch4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch b/watch
new file mode 100755
index 0000000..46f9a85
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+#!/usr/bin/env fish
+while inotifywait -qqe modify activitypub.rb
+ sudo systemctl restart social.service
+end