fix screenlocker service
This commit is contained in:
parent
1191153005
commit
a7b50baa65
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec vlogger -t
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec vlogger -t xss-lock
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
set -a
|
||||||
|
|
||||||
. "$XDG_STATE_HOME/dbus"
|
. "$XDG_STATE_HOME/dbus"
|
||||||
|
|
Loading…
Reference in New Issue