Displaying 4 results from an estimated 4 matches for "busname".
Did you mean:
bus_name
2015 Feb 20
4
Making systemd start a service after sshd?
...ocumentation=man:lightdm(1)
Conflicts=getty at tty1.service
After=systemd-user-sessions.service getty at tty1.service plymouth-quit.service
livesys-late.service time-sync.target sshd.service
Require=time-sync.target sshd.service
[Service]
ExecStart=/usr/sbin/lightdm
Restart=always
IgnoreSIGPIPE=no
BusName=org.freedesktop.DisplayManager
[Install]
Alias=display-manager.service
Thanks for any help.
Bryan
2015 Feb 20
0
Making systemd start a service after sshd?
...at tty1.service
> After=systemd-user-sessions.service getty at tty1.service plymouth-quit.service
> livesys-late.service time-sync.target sshd.service
> Require=time-sync.target sshd.service
>
> [Service]
> ExecStart=/usr/sbin/lightdm
> Restart=always
> IgnoreSIGPIPE=no
> BusName=org.freedesktop.DisplayManager
>
> [Install]
> Alias=display-manager.service
>
> Thanks for any help.
> Bryan
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/li...
2024 Nov 28
2
Linux desktop setup with authentication against Samba AD DC
...rberos
ticket.
It is necessary to override this behavior by creating the unit file
/etc/systemd/user/gvfs-daemon
[Unit]
Description=Virtual filesystem service
PartOf=graphical-session.target
[Service]
Environment="KRB5CCNAME=FILE:/tmp/krb5cc_%U"
ExecStart=/usr/libexec/gvfsd
Type=dbus
BusName=org.gtk.vfs.Daemon
Slice=session.slice
/Setting up the graphical desktop/
The choice of graphical desktop is an individual one. The choice here
was LXDE, as it is very light weight and fast. Windows users (at least
up to Windows 10) should not have any problems to feel at home here. You
could...
2024 Nov 29
1
Linux desktop setup with authentication against Samba AD DC
...ior by creating the unit file
> /etc/systemd/user/gvfs-daemon
>
> [Unit]
> Description=Virtual filesystem service
> PartOf=graphical-session.target
>
> [Service]
> Environment="KRB5CCNAME=FILE:/tmp/krb5cc_%U"
> ExecStart=/usr/libexec/gvfsd
> Type=dbus
> BusName=org.gtk.vfs.Daemon
> Slice=session.slice
>
>
> /Setting up the graphical desktop/
> The choice of graphical desktop is an individual one. The choice here
> was LXDE, as it is very light weight and fast. Windows users (at
> least up to Windows 10) should not have any problems...