Added systemd-user-sessions

This commit is contained in:
AwesomeAdam54321 2021-06-22 11:35:49 +02:00
parent 7083cdd569
commit 4f6b4f4d31
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh -e
exec /lib/systemd/systemd-user-sessions stop

View file

@ -0,0 +1,3 @@
#!/bin/sh
/lib/systemd/systemd-user-sessions start
exec pause