Skip to content

Commit 119229c

Browse files
committed
fix(conf): use -HUP for kill signal
1 parent 586c6d0 commit 119229c

File tree

1 file changed

+1
-1
lines changed
  • conf/logrotate/etc/logrotate.d

1 file changed

+1
-1
lines changed

conf/logrotate/etc/logrotate.d/ghfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
create
99
sharedscripts
1010
postrotate
11-
kill -SIGHUP $(pidof ghfs)
11+
kill -HUP $(pidof ghfs)
1212
endscript
1313
}

0 commit comments

Comments
 (0)