~m-grant-prg/server-dependency/bionic-trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: server-dependency
Section: misc
Priority: extra
Maintainer: Mark Grant <m.grant.prg@gmail.com>
Build-Depends: debhelper (>= 11~), bash (>= 4.3), tar(>= 1.26),
	txt2man(>= 1.5), txt2manwrap(>=1.0)
Standards-Version: 4.3.0
Vcs-Git: https://github.com/m-grant-prg/server-dependency.git
Vcs-Browser: https://github.com/m-grant-prg/server-dependency.git

Package: server-dependency
Architecture: all
Depends: bash (>= 4.3), tar(>= 1.26), bsdutils(>=2.25.2), iputils-ping,
	${misc:Depends}
Description: Dependency On Server At Boot
 This script reads a list of servers from the config file server.list and
 determines whether they are contactable. If they are, commands stored in the
 file server-name.available will be executed, if they are not, commands stored
 in the file server-name.unavailable will be executed. The existence of these
 files is not obligatory. Whilst this script could be run at any time, it is
 probably most useful at boot and installs a systemd service file to this
 effect.