1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-23 14:55:14 +03:00
pmaports/extra-repos/systemd/systemd-services/system-wlgreet.service

21 lines
408 B
Desktop File

[Unit]
Description=wlgreet
After=systemd-user-sessions.service plymouth-quit-wait.service
After=getty@tty1.service
Conflicts=getty@tty1.service
[Service]
Type=simple
ExecStart=/usr/sbin/greetd --config /etc/greetd/wlgreet.toml
IgnoreSIGPIPE=no
SendSIGHUP=yes
TimeoutStopSec=30s
KeyringMode=shared
Restart=always
RestartSec=1
StartLimitBurst=5
StartLimitInterval=30
[Install]
Alias=display-manager.service