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
a2f97e1b
authored
9 years ago
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_hostname' into 'master'
Hostname fix and clean See merge request
!4
parents
41f5615a
7d1f7c70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
miscellaneous/firewall-init.service
+0
-1
miscellaneous/firewall.service
+2
-2
No files found.
miscellaneous/firewall-init.service
View file @
a2f97e1b
[Unit]
[Unit]
Description=CIRCLE firewall init
Description=CIRCLE firewall init
After=network.target
After=network.target
#Before=firewall.service
[Service]
[Service]
User=root
User=root
...
...
This diff is collapsed.
Click to expand it.
miscellaneous/firewall.service
View file @
a2f97e1b
...
@@ -7,10 +7,10 @@ After=firewall-init.service
...
@@ -7,10 +7,10 @@ After=firewall-init.service
[Service]
[Service]
User=fw
User=fw
Group=fw
Group=fw
WorkingDirectory=/home/fw/fwdriver
WorkingDirectory=/home/fw/fwdriver
ExecStart=/bin/bash -c ". /home/fw/.virtualenvs/fw/bin/postactivate; . /home/fw/.virtualenvs/fw/bin/activate; exec celeryd -A fw -Q %H.firewall --loglevel=info -c 1"
ExecStart=/bin/bash -c ". /home/fw/.virtualenvs/fw/bin/postactivate; . /home/fw/.virtualenvs/fw/bin/activate; exec celeryd -A fw -Q $(/bin/hostname -s).firewall --loglevel=info -c 1"
#ExecStartPost=/bin/sudo /bin/systemctl restart dhcpd
Restart=always
Restart=always
...
...
This diff is collapsed.
Click to expand it.
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