1OIDC-AGENT-SERVICE(1) Usage: OIDC-AGENT-SERVICE(1)
2
3
4
6 oidc-agent-service - easily restart oidc-agent throughout a session
7
9 oidc-agent-service use | start | restart | restart-s | stop | kill
10
12 oidc-agent-service -- Easily restart oidc-agent
13
14 Commands:
15
16 use Starts the agent, if agent is already running, reuses that agent
17
18 start Starts the agent, fails if agent is already running
19
20 restart
21 Restarts the agent
22
23 restart-s
24 Restarts the agent, but does not print any output
25
26 stop Stops the agent
27
28 kill Stops the agent
29
31 /tmp/oidc-agent-service/$UID/oidc-agent.pid
32 oidc-agent-service creates a symlink from this file to tha ac‐
33 tive agent's socket. The symlink is updated when the agent is
34 restarted.
35
36 /etc/oidc-agent/oidc-agent-service.options
37 This file contains options to configure the behavior of oidc-
38 agent-service, e.g. it can be used to configure the command
39 line options with which the agent should be started. It is also
40 used to disable Xsession integration.
41
42 $OIDCAGENTDIR/oidc-agent-service.options
43 User-space version of /etc/oidc-agent/oidc-agent-service.op‐
44 tions. Any value specified in this file overwrite the value de‐
45 fined in the global version.
46
48 eval `oidc-agent-service use`
49 Starts the agent
50
51 eval `oidc-agent-service stop`
52 Stops the agent
53
54 eval `oidc-agent-service restart`
55 Restarts the agent
56
57 oidc-agent-service restart-s
58 Restarts the agent without printing any information (silent
59 mode).
60
62 oidc-agent(1)
63
64 Low-traffic mailing list with updates such as critical security inci‐
65 dents and new releases: https://www.lists.kit.edu/sympa/subscribe/oidc-
66 agent-user
67
68 Full documentation can be found at https://indigo-dc.gitbooks.io/oidc-
69 agent/user/oidc-agent-service
70
71
72
73echo September 2023 OIDC-AGENT-SERVICE(1)