Skip to content

Commit 74f5a03

Browse files
committed
Add LSB tags to Debian init script
1 parent a124017 commit 74f5a03

File tree

1 file changed

+8
-0
lines changed
  • WebKit/StartScripts/SysV

1 file changed

+8
-0
lines changed

WebKit/StartScripts/SysV/Debian

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
#
88
# init.d script for Debian GNU/Linux
99
#
10+
### BEGIN INIT INFO
11+
# Provides: webkit
12+
# Required-Start: $local_fs $remote_fs $network $syslog
13+
# Required-Stop: $local_fs $remote_fs $network $syslog
14+
# Default-Start: 3 5
15+
# Default-Stop: 0 1 2 6
16+
# Description: WebKit Application Server (Webware for Python)
17+
### END INIT INFO
1018

1119
### START LOCAL CONFIGURATION
1220

0 commit comments

Comments
 (0)