mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 21:27:57 +00:00
Improve Debian init.d script and default file
This commit is contained in:
parent
48fd3d2322
commit
9327b30c41
@ -5,10 +5,13 @@
|
|||||||
# means the /etc/init.d/serval-dna script will not start the daemon.
|
# means the /etc/init.d/serval-dna script will not start the daemon.
|
||||||
#START_DAEMON=yes
|
#START_DAEMON=yes
|
||||||
|
|
||||||
|
# USER
|
||||||
|
# Set this to start the daemon running as the given user.
|
||||||
|
#USER=serval
|
||||||
|
|
||||||
# SERVALINSTANCE_PATH
|
# SERVALINSTANCE_PATH
|
||||||
# Set and export this to make the daemon use an instance path other than the
|
# Set this to make the daemon use an instance path other than the default.
|
||||||
# default.
|
#SERVALINSTANCE_PATH=/var/serval-node
|
||||||
#export SERVALINSTANCE_PATH=/var/serval-node
|
|
||||||
|
|
||||||
# DAEMON
|
# DAEMON
|
||||||
# Set to use an executable installed in a non-standard location, eg,
|
# Set to use an executable installed in a non-standard location, eg,
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
# Provides: serval-dna
|
# Provides: serval-dna
|
||||||
# Required-Start: $local_fs
|
# Required-Start: $local_fs
|
||||||
# Required-Stop: $local_fs
|
# Required-Stop: $local_fs
|
||||||
# Should-Start:
|
# Should-Start: $network
|
||||||
# Should-Stop:
|
# Should-Stop: $network
|
||||||
# X-Start-Before:
|
# X-Start-Before: asterisk
|
||||||
# X-Stop-After:
|
# X-Stop-After: asterisk
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Serval DNA daemon
|
# Short-Description: Serval DNA daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user