diff options
-rwxr-xr-x | mandriva/network-auth | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mandriva/network-auth b/mandriva/network-auth index 8c404ef9..bfbae50d 100755 --- a/mandriva/network-auth +++ b/mandriva/network-auth @@ -1,10 +1,11 @@ #! /bin/bash # ### BEGIN INIT INFO -# Provides: network-auth +# Provides: $named network-auth # Required-Start: $network # Required-Stop: $network # Should-Start: ypbind winbind ldap +# X-Start-Before: systemd-user-sessions # Default-Start: 2 3 4 5 # Short-Description: Requires network to be up if enabled # Description: Requires network to be up if enabled. |