This commit is contained in:
Jeffrey Townsend
2016-03-29 16:04:45 +00:00
parent 0be3bf3708
commit 7f5305327a

View File

@@ -1,17 +0,0 @@
#!/usr/bin/python
### BEGIN INIT INFO
# Provides: onl-platform-baseconf
# Required-Start:
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Set up ONL Platform
### END INIT INFO
from onl.platform.baseconfig import baseconfig
baseconfig()