Upstart script for unison service
Asked by
Alan Pater
I am trying to get unison running as a socket service and have created an upstart script for that purpose.
Trouble is that clients cannot connect. I suspect that the service is not really starting properly, but am not sure how to tell.
The script is as follows:
---------
# upstart script to start unison socket service
description "unison service"
author "Alan Pater <email address hidden>"
start on runlevel [2345]
stop on runlevel [016]
respawn
expect fork
exec unison -socket 2225
---------
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- upstart Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Alan Pater
- Solved:
- Last query:
- Last reply:
To post a message you must log in.