Sha256: a0fe81d7732b08610fbbf399861c60269efa4398169b8de8b42dd7410d177382

Contents?: true

Size: 721 Bytes

Versions: 11

Compression:

Stored size: 721 Bytes

Contents

launchd Agents
==============================================================================

"Agents" are what {file:doc/topics/launchd.md launchd} calls user (as opposed to system/root) jobs and services.

Agents are defined in {file:doc/topics/plists.md} XML files in

1.  `~/Library/LaunchAgents`
    -   User-specific agents. They run as that user.
    -   This is where Loc'd reads and writes its agents.
        
2.  `/Library/LaunchAgents`
    -   Agents that still run as the current user but are shared by all users.
    -   Loc'd ignores these at the moment - it doesn't read or write them. Maybe in the future if the need arises.

Loc'd represents agents through the {Locd::Agent} class and it's subclasses.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locd-0.1.13 doc/files/topics/agents.md
locd-0.1.12 doc/files/topics/agents.md
locd-0.1.11 doc/files/topics/agents.md
locd-0.1.10 doc/files/topics/agents.md
locd-0.1.9 doc/files/topics/agents.md
locd-0.1.8 doc/files/topics/agents.md
locd-0.1.7 doc/files/topics/agents.md
locd-0.1.6 doc/files/topics/agents.md
locd-0.1.5 doc/files/topics/agents.md
locd-0.1.4 doc/files/topics/agents.md
locd-0.1.3 doc/files/topics/agents.md