diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2021-06-15 16:45:20 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2021-06-15 16:45:20 +0200 |
commit | b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8 (patch) | |
tree | daa3ef109d6f0b1dd7884622a2b2fba8c10e32cb /borg-family-0.1/debian/borg-family.init | |
parent | 1ada10f44e2baf28823156c006c82a076c52f530 (diff) | |
download | borg-family-b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8.tar.gz borg-family-b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8.tar.bz2 borg-family-b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8.zip |
borg-family_0.2-1
Diffstat (limited to 'borg-family-0.1/debian/borg-family.init')
-rw-r--r-- | borg-family-0.1/debian/borg-family.init | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/borg-family-0.1/debian/borg-family.init b/borg-family-0.1/debian/borg-family.init deleted file mode 100644 index 72e9267..0000000 --- a/borg-family-0.1/debian/borg-family.init +++ /dev/null @@ -1,17 +0,0 @@ -#!/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 shuld run bfrun from cron if not using systemd borg-family.timer" ;; -esac |