File: lsb-init-functions

package info (click to toggle)
atop 2.8.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,112 kB
  • sloc: ansic: 27,274; python: 253; sh: 231; makefile: 170
file content (26 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: call isb/init-functions for systemd compatibility
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Forwarded: no
Last-Update: 2016-08-07
--- a/atop.init
+++ b/atop.init
@@ -15,6 +15,8 @@
 # Description: Advanced system and process activity monitor
 ### END INIT INFO
 
+. /lib/lsb/init-functions
+
 # Check existance of binaries 
 [ -f /usr/bin/atop ] || exit 0
 
--- a/atopacct.init
+++ b/atopacct.init
@@ -17,6 +17,8 @@
 # Description: Process accounting control
 ### END INIT INFO
 
+. /lib/lsb/init-functions
+
 # Check existance of binaries 
 [ -f /usr/sbin/atopacctd ] || exit 0