Changes between Initial Version and Version 1 of Ticket #42487


Ignore:
Timestamp:
Feb 13, 2014, 1:29:55 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

At the moment, port load and port unload simply directly call launchctl. To my knowledge, there is no launchctl equivalent for a restart or reload command. Perhaps we should check if there is any literature on the best method to restart a launchd-controlled service.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42487 – Description

    initial v1  
    11Please implement port reload (or port restart) command, which will do something similar to:
    22
     3{{{
    34port unload && port load
     5}}}
    46
    57optional: without disabling/enabling OSX launchd autostart.