search for: livesys

Displaying 3 results from an estimated 3 matches for "livesys".

Did you mean: lives
2015 Feb 20
4
Making systemd start a service after sshd?
...fter lightdm starts. Any suggestions? For what it's worth, here's the entire lightdm.service file: [Unit] Description=Light Display Manager Documentation=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?
...stions? For what it's worth, here's the entire > lightdm.service file: > > [Unit] > Description=Light Display Manager > Documentation=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 > >...
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
.../default.target -ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target - -# setup ovirt-firstboot multi-user dependency -cat >> /lib/systemd/system/ovirt-firstboot.service << \EOF_firstboot -[Unit] -Description=firstboot configuration program (text mode) -After=livesys.service plymouth-quit.service -Before=systemd-user-sessions.service - -[Service] -Environment=RUNLEVEL=3 -ExecStart=/etc/init.d/ovirt-firstboot start -TimeoutSec=0 -RemainAfterExit=yes -Type=oneshot -SysVStartPriority=99 -StandardInput=tty - -[Install] -WantedBy=multi-user.target -EOF_firstboot - -...