Codebase list l2tpns / 8f5dc5e
l2tpns.init.d: Depend on $network to make sure it's finished initializing before watching for master heartbeats. Samuel Thibault 1 year, 4 days ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 l2tpns (2.4.1-2) UNRELEASED; urgency=medium
1
2 * l2tpns.init.d: Depend on $network to make sure it's finished initializing
3 before watching for master heartbeats.
4
5 -- Samuel Thibault <sthibault@debian.org> Mon, 01 May 2023 23:16:17 +0200
6
07 l2tpns (2.4.1-1) unstable; urgency=medium
18
29 [ Samuel Thibault ]
00 #! /bin/sh
11 ### BEGIN INIT INFO
22 # Provides: l2tpns
3 # Required-Start: $remote_fs $syslog
4 # Required-Stop: $remote_fs $syslog
3 # Required-Start: $network $remote_fs $syslog
4 # Required-Stop: $network $remote_fs $syslog
55 # Default-Start: 2 3 4 5
66 # Default-Stop: 0 1 6
77 # Short-Description: Layer 2 tunneling protocol network server (LNS)