Drop swaylock service
This commit is contained in:
parent
7f25694251
commit
9a7b88312a
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
(define-module (services swaylock)
|
|
||||||
#:use-module (gnu)
|
|
||||||
#:use-module (gnu services shepherd)
|
|
||||||
#:export (swaylock-service-type))
|
|
||||||
|
|
||||||
(define swaylock-service-type
|
|
||||||
(service-type
|
|
||||||
(name 'swaylock)
|
|
||||||
(extensions
|
|
||||||
(list (service-extension pam-root-service-type
|
|
||||||
(const (list (unix-pam-service "swaylock"))))))
|
|
||||||
(default-value #f)
|
|
||||||
(description "Provide pam.d entry for swaylock.")))
|
|
Loading…
Add table
Add a link
Reference in a new issue