lightdm: fix systemd service for >= 187.
This commit is contained in:
parent
678e2f57e5
commit
bf6f827e65
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ ExecStart=/usr/sbin/lightdm --log-dir=/var/log/lightdm --run-dir=/run/lightdm \
|
|||
--cache-dir=/var/cache/lightdm
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
Alias=display-manager.service
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lightdm'
|
||||
pkgname=lightdm
|
||||
version=1.2.2
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-greeter-session=lightdm-gtk-greeter
|
||||
--with-greeter-user=lightdm --disable-static --disable-tests"
|
||||
|
|
Loading…
Reference in a new issue