mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Use a specific parameter file for systemd script
Signed-off-by: Matt Darfeuille <matdarf@gmail.com> Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
75fd8ccb37
commit
06c6a017d5
@ -14,7 +14,7 @@ INITDIR= #Directory where SysV init scripts are installed.
|
|||||||
INITFILE= #Name of the product's installed SysV init script
|
INITFILE= #Name of the product's installed SysV init script
|
||||||
INITSOURCE=init.debian.sh #Name of the distributed file to be installed as the SysV init script
|
INITSOURCE=init.debian.sh #Name of the distributed file to be installed as the SysV init script
|
||||||
ANNOTATED= #If non-zero, annotated configuration files are installed
|
ANNOTATED= #If non-zero, annotated configuration files are installed
|
||||||
SYSCONFFILE=default.debian #Name of the distributed file to be installed in $SYSCONFDIR
|
SYSCONFFILE=default.debian.systemd #Name of the distributed file to be installed in $SYSCONFDIR
|
||||||
SERVICEFILE=$PRODUCT.service.debian #Name of the file to install in $SYSTEMD. Default is $PRODUCT.service
|
SERVICEFILE=$PRODUCT.service.debian #Name of the file to install in $SYSTEMD. Default is $PRODUCT.service
|
||||||
SYSCONFDIR=/etc/default #Directory where SysV init parameter files are installed
|
SYSCONFDIR=/etc/default #Directory where SysV init parameter files are installed
|
||||||
SERVICEDIR=/lib/systemd/system #Directory where .service files are installed (systems running systemd only)
|
SERVICEDIR=/lib/systemd/system #Directory where .service files are installed (systems running systemd only)
|
||||||
|
26
Shorewall-lite/default.debian.systemd
Normal file
26
Shorewall-lite/default.debian.systemd
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#
|
||||||
|
# Global start/restart/reload/stop options
|
||||||
|
#
|
||||||
|
OPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Start options
|
||||||
|
#
|
||||||
|
STARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Restart options
|
||||||
|
#
|
||||||
|
RESTARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Reload options
|
||||||
|
#
|
||||||
|
RELOADOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Stop options
|
||||||
|
#
|
||||||
|
STOPOPTIONS=""
|
||||||
|
|
||||||
|
# EOF
|
26
Shorewall/default.debian.systemd
Normal file
26
Shorewall/default.debian.systemd
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#
|
||||||
|
# Global start/restart/reload/stop options
|
||||||
|
#
|
||||||
|
OPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Start options
|
||||||
|
#
|
||||||
|
STARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Restart options
|
||||||
|
#
|
||||||
|
RESTARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Reload options
|
||||||
|
#
|
||||||
|
RELOADOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Stop options
|
||||||
|
#
|
||||||
|
STOPOPTIONS=""
|
||||||
|
|
||||||
|
# EOF
|
26
Shorewall6-lite/default.debian.systemd
Normal file
26
Shorewall6-lite/default.debian.systemd
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#
|
||||||
|
# Global start/restart/reload/stop options
|
||||||
|
#
|
||||||
|
OPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Start options
|
||||||
|
#
|
||||||
|
STARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Restart options
|
||||||
|
#
|
||||||
|
RESTARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Reload options
|
||||||
|
#
|
||||||
|
RELOADOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Stop options
|
||||||
|
#
|
||||||
|
STOPOPTIONS=""
|
||||||
|
|
||||||
|
# EOF
|
26
Shorewall6/default.debian.systemd
Normal file
26
Shorewall6/default.debian.systemd
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#
|
||||||
|
# Global start/restart/reload/stop options
|
||||||
|
#
|
||||||
|
OPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Start options
|
||||||
|
#
|
||||||
|
STARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Restart options
|
||||||
|
#
|
||||||
|
RESTARTOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Reload options
|
||||||
|
#
|
||||||
|
RELOADOPTIONS=""
|
||||||
|
|
||||||
|
#
|
||||||
|
# Stop options
|
||||||
|
#
|
||||||
|
STOPOPTIONS=""
|
||||||
|
|
||||||
|
# EOF
|
Loading…
Reference in New Issue
Block a user