FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a98faf69 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Add new file - canto-test_for_etc-initd

parent 1673aa29
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -
#
### BEGIN INIT INFO
# Provides: canto
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Canto
### END INIT INFO
#
su -c "/sbin/canto-docker-initd $* 7001" root &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment