diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-05-15 17:17:41 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-05-23 16:08:16 +0200 |
commit | 405ba312a11f4217e5a8742169b010e2c747a4e0 (patch) | |
tree | e6ea4b2f75bfbba69b68ffc532d27f582e172c1e /conf/system/afm-user-session@.service | |
parent | efabde7b7be19fbd35c886ad3dfd3431a24c5478 (diff) |
afm-user-session: moves in libexec directory
Having the binary 'afm-user-session' in /usr/bin
brings nothing. It is better to keep it in private
area.
Bug-AGL: SPEC-2367
Change-Id: I8ef517f599c02e18d8987278a6652a065ee6f0b6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/system/afm-user-session@.service')
-rw-r--r-- | conf/system/afm-user-session@.service | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/system/afm-user-session@.service b/conf/system/afm-user-session@.service deleted file mode 100644 index 93f9d86..0000000 --- a/conf/system/afm-user-session@.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Initiate afm-user-session %i -Requires=systemd-user-sessions.service -After=systemd-user-sessions.service -[Service] -User=%i -PAMName=afm-user-session -ExecStart=/usr/bin/afm-user-session |