Changes between Version 1 and Version 2 of Obsolete/MovedToTree/LaunchDaemon
- Timestamp:
- Nov 12, 2016, 12:26:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/LaunchDaemon
v1 v2 2 2 3 3 In general, you should name your jobs/services after the application signature (if possible), and name the configuration files accordingly (in each case without the "application/" prefix). Alternatively, you may use the name of your package as file name. If you do so, you may want to include the version, too, but do not add the version to the name of a job. 4 5 A "service" is re-started automatically by the launch_daemon as soon as it's quit (or has crashed). Use a "job" instead, if you don't want this behaviour. 4 6 5 7 Let's start with a simple example: