add start|stop|restart|run to crono executable

this is done using daemonize gem, but it is not breaking the old
interface. But sets a deprected comment to the old one daemonize
process.
This commit is contained in:
Jannis Hübl
2016-01-15 11:03:38 +01:00
parent 6881109934
commit 0affff21d1
6 changed files with 165 additions and 19 deletions
+2 -3
View File
@@ -26,6 +26,7 @@ GEM
byebug (5.0.0)
columnize (= 0.9.0)
columnize (0.9.0)
daemons (1.2.2)
diff-lcs (1.2.5)
haml (4.0.6)
tilt
@@ -69,6 +70,7 @@ DEPENDENCIES
bundler (>= 1.0.0)
byebug
crono!
daemons
haml
rack-test
rake (~> 10.0)
@@ -76,6 +78,3 @@ DEPENDENCIES
sinatra
sqlite3
timecop (~> 0.7)
BUNDLED WITH
1.10.6