File: start-stop-daemon

package info (click to toggle)
ltsp 0.99debian11
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 976 kB
  • ctags: 103
  • sloc: sh: 1,320; python: 485; ansic: 436; lex: 152; makefile: 129; yacc: 58
file content (8 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# LTSP Wrapper to avoid running daemons while performing maintainence.
#

if [ "$LTSP_HANDLE_DAEMONS" != "false" ]; then
    /sbin/start-stop-daemon.real $*
fi