summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2019-03-17 15:00:07 +0100
committerZeeshan Ali <zeenix@collabora.co.uk>2019-03-17 15:00:07 +0100
commit9033e06ace4bad6fe4627181572aa726409f4a4c (patch)
treec952e4691292a510a4e752036822deab51deb330 /HACKING.md
parentfc021248cf2cafcf47d6bd7d7684e0446162ef73 (diff)
downloadgeoclue-9033e06ace4bad6fe4627181572aa726409f4a4c.tar.gz
HACKING: More specific user account instructions
Specify what exactly needs to be done to make `geoclue` a login user.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index b124190..60d38a8 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -48,7 +48,8 @@
- [Install meson](https://mesonbuild.com/Getting-meson.html).
- Ensure you have a geoclue user on your system. If it already exists, you may
- need to modify `/etc/passwd` file to make it a login user account.
+ need to modify `/etc/passwd` file to make it a login user account by replacing
+ `/sbin/nologin` with `/bin/bash` (or the path to your preferred shell).
- Build and install geoclue.