mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-05 00:05:46 +07:00
9 lines
255 B
SYSTEMD
9 lines
255 B
SYSTEMD
[Unit]
|
|
Description=Services which should run when session is locked
|
|
Documentation=man:systemd.special(7)
|
|
Requires=lock-helper.service
|
|
BindsTo=graphical-session.target dwm.service
|
|
Conflicts=unlock.target
|
|
After=graphical-session.target
|
|
StopWhenUnneeded=yes
|