aboutsummaryrefslogtreecommitdiffstats
path: root/x11/pcdm/files/patch-rc.d_pcdm
blob: 1d8ba77d7d3a784c5a86dd687acbbda2a6322509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rc.d/pcdm.orig	2019-11-22 22:45:57 UTC
+++ rc.d/pcdm
@@ -51,7 +51,7 @@ pcdm_start()
   echo "Starting PCDM."
   #Start the PCDM login daemon
   if [ ! -e /var/run/nologin ]; then
-    ${command} ${pcdm_flags} 
+    /usr/sbin/daemon -S -T pcdm ${command} ${pcdm_flags} 
   fi
 }