mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
indirect patch for systemctl
This commit is contained in:
parent
070a8d1f5f
commit
a7a7912361
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ cat > /etc/systemd/system/lightdm.service.d/override.conf << __EOF__
|
|||
ExecStartPre=/bin/sh -c '/usr/local/bin/preX-populate-input.sh'
|
||||
SupplementaryGroups=video input audio
|
||||
__EOF__
|
||||
/usr/bin/systemctl daemon-reload
|
||||
systemctl daemon-reload
|
||||
msg_ok "Set up device detection for xorg"
|
||||
|
||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||
|
@ -188,7 +188,7 @@ apt-get autoclean >/dev/null
|
|||
msg_ok "Cleaned"
|
||||
|
||||
msg_info "Starting X up"
|
||||
/usr/bin/systemctl start lightdm
|
||||
systemctl start lightdm
|
||||
ln -fs /lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
|
||||
msg_info "Started X"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue