Run as service on MAC OS #6046
candrews67
started this conversation in
Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Actual behavior
No Documentation
Expected behavior
Add documentation
Steps to reproduce the behavior
N/A
sudo vi /Library/LaunchDaemons/www.wiki-js.application.plist
Create file /Library/LaunchDaemons/www.wiki-js.application.plist with the following: - Set the Working Directory as needed.
BEGIN www.wiki-js.application.plist
END www.wiki-js.application.plist
To Load and start:
launchctl load /Library/LaunchDaemons/www.wiki-js.application.plist
launchctl start /Library/LaunchDaemons/www.wiki-js.application.plist
To enable at boot:
launchctl enable system/www.wiki-js.application.plist
Beta Was this translation helpful? Give feedback.
All reactions