diff options
Diffstat (limited to 'testing/gdm/gdm.initd')
-rwxr-xr-x[-rw-r--r--] | testing/gdm/gdm.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gdm/gdm.initd b/testing/gdm/gdm.initd index b6b6994f2a..676fdc260f 100644..100755 --- a/testing/gdm/gdm.initd +++ b/testing/gdm/gdm.initd @@ -6,7 +6,7 @@ description="GNOME display manager" command=/usr/sbin/${SVCNAME} command_args="${gdm_opts}" command_background="true" -start_stop_daemon_args="-w 100 --user ${SVCNAME}:${SVCNAME} --stdout $GDM_LOG_FILE --stderr $GDM_LOG_FILE" +start_stop_daemon_args="-w 100 --stdout $GDM_LOG_FILE --stderr $GDM_LOG_FILE" pidfile="/run/${SVCNAME}.pid" start_pre() { |