1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/greetd/config.patch
Hugo Osvaldo Barrera ce1614ad63 community/greetd: Remove obsolete comment
The patch that made this change was removed (because this was fixed
upstream), but the patch description was left behind.
2023-01-27 19:28:29 +01:00

12 lines
431 B
Diff

Change the `user` to the one we have created for greetd.
diff --git a/config.toml b/config.toml
index c323af2..a90685a 100644
--- a/config.toml
+++ b/config.toml
@@ -13,4 +13,4 @@ command = "agreety --cmd /bin/sh"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
-user = "greeter"
+user = "greetd"