Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
fwdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7597bad1
authored
Oct 14, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 'start on' lines in upstart jobs
parent
b316aa59
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
miscellaneous/firewall-init.conf
+1
-1
miscellaneous/firewall.conf
+4
-2
No files found.
miscellaneous/firewall-init.conf
View file @
7597bad1
description
"CIRCLE firewall init"
start
on
runlevel
[
2345
]
start
on
started
networking
and
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
pre
-
start
script
...
...
miscellaneous/firewall.conf
View file @
7597bad1
description
"CIRCLE firewall"
start
on
(
starting
firewall
-
init
and
runlevel
[
2345
])
start
on
started
firewall
-
init
and
runlevel
[
2345
]
stop
on
runlevel
[!
2345
]
respawn
...
...
@@ -15,7 +15,9 @@ script
. /
home
/
fw
/.
virtualenvs
/
fw
/
bin
/
activate
HOSTNAME
=$(
hostname
-
s
)
exec
celeryd
-
A
fw
-
Q
${
HOSTNAME
}.
firewall
--
loglevel
=
info
-
c
1
end
script
post
-
start
script
sudo
/
etc
/
init
.
d
/
isc
-
dhcp
-
server
restart
end
script
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment