Add RemainAfterExit to the systemd service this causes systemd to

consider the Unit to be active if the start exits successfully.
pull/14/head
Dan Kelleher 9 years ago
parent ffdebdb018
commit acaf4d3de3

@ -5,6 +5,7 @@ After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/one-context start
StandardOutput=syslog
StandardError=syslog

Loading…
Cancel
Save