Merge branch 'main' of https://git.snaile.de/luca/bootstrapper
This commit is contained in:
commit
51500db2a8
6 changed files with 1 additions and 10 deletions
|
@ -8,7 +8,6 @@ services:
|
|||
- elogind
|
||||
- nanoklogd
|
||||
- NetworkManager
|
||||
- NetworkManager-dispatcher
|
||||
- pcscd
|
||||
- polkitd
|
||||
- socklog-unix
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
password required pam_unix.so sha512 shadow nullok
|
||||
password optional pam_gnome_keyring.so
|
||||
password optional pam_gnome_keyring.so use_authtok
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t NetworkManager-dispatcher -p daemon
|
|
@ -1 +0,0 @@
|
|||
/run/runit/supervise.NetworkManager-dispatcher-log
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
sv check dbus >/dev/null || exit 1
|
||||
exec /usr/libexec/nm-dispatcher
|
|
@ -1 +0,0 @@
|
|||
/run/runit/supervise.NetworkManager-dispatcher
|
Reference in a new issue