From b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Tue, 15 Jun 2021 16:45:20 +0200 Subject: borg-family_0.2-1 --- borg-family-0.2/debian/borg-family.init | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 borg-family-0.2/debian/borg-family.init (limited to 'borg-family-0.2/debian/borg-family.init') diff --git a/borg-family-0.2/debian/borg-family.init b/borg-family-0.2/debian/borg-family.init new file mode 100644 index 0000000..3b7b326 --- /dev/null +++ b/borg-family-0.2/debian/borg-family.init @@ -0,0 +1,17 @@ +#!/bin/sh +### BEGIN INIT INFO +# Provides: borg-family +# Required-Start: $network $local_fs $syslog +# Required-Stop: $local_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: borg-family backup scripts +# Description: Makes Borg running periodically to backup computers to a remote server +### END INIT INFO + +. /lib/lsb/init-functions + +case "$1" in + start|stop|restart|reload|status|force-reload) + log_action_msg "This is a stub, you should run bfrun from cron if not using systemd borg-family.timer" ;; +esac -- cgit v1.2.3