Changes between Version 1 and Version 2 of Obsolete/MovedToTree/LaunchDaemon


Ignore:
Timestamp:
Nov 12, 2016, 12:26:43 PM (7 years ago)
Author:
humdinger
Comment:

Show the difference between service vs. job

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/LaunchDaemon

    v1 v2  
    22
    33In 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
     5A "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.
    46
    57Let's start with a simple example: