From 074e69b41cff950e61597cc40c903006cf039d66 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 23 Feb 2022 17:51:30 +0200 Subject: [PATCH] whole-tree: remove spaces between ! and switches in [environment] fixes: https://github.com/mobinmob/void-66-services/issues/176 Thanx @Obarun! --- usr/share/66/service/NetworkManager | 2 +- usr/share/66/service/cntlm | 2 +- usr/share/66/service/oidentd | 2 +- usr/share/66/service/smartd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/share/66/service/NetworkManager b/usr/share/66/service/NetworkManager index c6c080b..154afec 100644 --- a/usr/share/66/service/NetworkManager +++ b/usr/share/66/service/NetworkManager @@ -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 diff --git a/usr/share/66/service/cntlm b/usr/share/66/service/cntlm index 7ae6028..e06aade 100644 --- a/usr/share/66/service/cntlm +++ b/usr/share/66/service/cntlm @@ -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 diff --git a/usr/share/66/service/oidentd b/usr/share/66/service/oidentd index 3368d27..40eccef 100644 --- a/usr/share/66/service/oidentd +++ b/usr/share/66/service/oidentd @@ -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 diff --git a/usr/share/66/service/smartd b/usr/share/66/service/smartd index ee55ec0..d521712 100644 --- a/usr/share/66/service/smartd +++ b/usr/share/66/service/smartd @@ -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 -- 2.11.0