25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

16 lines
478B

  1. [Unit]
  2. Description=xss-lock - use external locker as X screen saver
  3. Documentation=man:xss-lock(1)
  4. PartOf=graphical-session.target
  5. Wants=xset.service
  6. After=xset.service
  7. [Service]
  8. Type=simple
  9. EnvironmentFile=/home/anarcat/.xsecurelock.env
  10. # note that when this works, document in #994762
  11. ExecStart=/usr/bin/xss-lock --verbose --transfer-sleep-lock --session=${XDG_SESSION_ID} --notifier /usr/libexec/xsecurelock/dimmer -- xsecurelock
  12. [Install]
  13. WantedBy=graphical-session.target