diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-12-13 14:55:22 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-13 14:58:00 +0100 |
commit | 26a5dbddf3a9bfde481a6fcd2aae16c7ecba665f (patch) | |
tree | 2e7d18554ea4caddbb00234bd7b2c806ce3b4093 /cynagoauth.service | |
parent | f1bcc5cd93e050b9147d56c53c8e7fbe36298c55 (diff) |
Improve documentationicefish_8.99.5icefish_8.99.4icefish/8.99.5icefish/8.99.48.99.58.99.4
Bug-AGL: SPEC-2968
Bug-AGL: SPEC-3032
Change-Id: I796f324e92df709a26e4b0bc64bed1e10b67f757
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'cynagoauth.service')
-rw-r--r-- | cynagoauth.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cynagoauth.service b/cynagoauth.service index cd84afb..9468a7a 100644 --- a/cynagoauth.service +++ b/cynagoauth.service @@ -3,9 +3,9 @@ Description=Authorization server OAuth2 BindsTo=cynagora.service [Service] -#User=daemon -#Group=nobody -#SupplementaryGroups=cynagora +User=daemon +Group=nobody +SupplementaryGroups=cynagora ExecStart=/usr/bin/cynagoauth-server Restart=on-failure RestartSec=5 |