mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 10:15:44 +07:00
16 lines
362 B
Desktop File
16 lines
362 B
Desktop File
[Unit]
|
|
Description=XScreenSaver Utility
|
|
Documentation=man:xss-lock(1)
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
Before=xset-xss.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/xss-lock -s ${XDG_SESSION_ID} --ignore-sleep -- systemctl --user --wait start lock.target
|
|
Restart=always
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|