From 506bc5df13b35b3f9f94fc9faa099ac8a72ad5b8 Mon Sep 17 00:00:00 2001 From: AsamK Date: Thu, 31 Dec 2015 15:21:44 +0100 Subject: [PATCH] Service: use user textsecure-cli --- README.md | 2 +- data/org.asamk.TextSecure.conf | 2 +- data/textsecure.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3c93982..634fa30f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For dbus support you need jni/unix-java.so installed on your system (Debian: lib ### System bus To run on the system bus you need to take some additional steps. -It’s advisable to run textsecure-cli as a separate unix user, the following steps assume you created a user named *textsecure*. +It’s advisable to run textsecure-cli as a separate unix user, the following steps assume you created a user named *textsecure-cli*. These steps, executed as root, should work on all distributions using systemd. ```bash diff --git a/data/org.asamk.TextSecure.conf b/data/org.asamk.TextSecure.conf index 5267a799..79883753 100644 --- a/data/org.asamk.TextSecure.conf +++ b/data/org.asamk.TextSecure.conf @@ -3,7 +3,7 @@ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> - + diff --git a/data/textsecure.service b/data/textsecure.service index 2ed892ce..abdb0767 100644 --- a/data/textsecure.service +++ b/data/textsecure.service @@ -4,7 +4,7 @@ Description=Send secure messages to TextSecure/Signal clients [Service] Type=dbus ExecStart=%dir%/bin/textsecure-cli -u %number% daemon --system -User=textsecure +User=textsecure-cli BusName=org.asamk.TextSecure [Install] -- 2.50.1