diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/sysv.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/daemon/sysv.in b/daemon/sysv.in index cec25f5..8e73d0e 100644 --- a/daemon/sysv.in +++ b/daemon/sysv.in @@ -9,6 +9,12 @@ # Description: Provides HTTP service to serve packages for Hachette ### END INIT INFO +# Copyright (C) 2020 Danny Milosavljevic, 2021 Wojtek Kosior +# Redistribution terms are gathered in the `copyright' file. + +# This script has been adapted from: +# https://git.savannah.gnu.org/cgit/guix.git/tree/etc/init.d/guix-daemon.in + set -e if [ ! -f "@bindir@/@hydrilla@" ] then |