diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index a6c1a57..bbfaeea 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -87,6 +87,11 @@ (alist-cons 'host arg (alist-delete 'host result)))) + (option '("pid-file") #t #f + (lambda (opt name arg result) + (alist-cons 'pid-file + arg + (alist-delete 'pid-file result)))) (option '("storage") #t #f (lambda (opt name arg result) (alist-cons 'storage |