OSDN Git Service

whole-tree: remove spaces between ! and switches in [environment]
authormobinmob <mobinmob@disroot.org>
Wed, 23 Feb 2022 15:51:30 +0000 (17:51 +0200)
committermobinmob <mobinmob@disroot.org>
Wed, 23 Feb 2022 15:51:30 +0000 (17:51 +0200)
fixes: https://github.com/mobinmob/void-66-services/issues/176
Thanx @Obarun!

usr/share/66/service/NetworkManager
usr/share/66/service/cntlm
usr/share/66/service/oidentd
usr/share/66/service/smartd

index c6c080b..154afec 100644 (file)
@@ -12,4 +12,4 @@
 # Necessary switches are either -d or -n. -n is for --no-daemon,
 # -d is for --debug. -d is preferred as it directs log output to 
 # the stdout as well as syslog.
-cmd_args=! -d
+cmd_args=!-d
index 7ae6028..e06aade 100644 (file)
@@ -10,4 +10,4 @@
 [environment]
 # Needs a proper /etc/cntlm.conf file.
 # -v is needed to provide more information on the logs.
-cmd_args=! -v
+cmd_args=!-v
index 3368d27..40eccef 100644 (file)
@@ -9,4 +9,4 @@
 
 [environment]
 # -S is for logging to stdout to use the per-service logger
-cmd_args=! -u nobody -g nogroup -S
+cmd_args=!-u nobody -g nogroup -S
index ee55ec0..d521712 100644 (file)
@@ -11,4 +11,4 @@
 # -d does not fork and sends logs to stdout,
 # -n does not fork but logs to syslog
 # for more information, please see the smart(8) man page.
-cmd_args=! -d
+cmd_args=!-d