This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
Redirect log_manager's stderr and stdout to log file
pull/59/head
Kristijan Mitrovic
4 years ago
parent
f4af0c42c8
commit
3f35eb62cc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bubble-server/src/main/resources/packer/roles/bubble/tasks/main.yml
+ 1
- 1
bubble-server/src/main/resources/packer/roles/bubble/tasks/main.yml
View File
@@ -120,7 +120,7 @@
name: "Log flag check and manager"
minute: "*/5"
user: "root"
job: "log_manager.sh"
job: "log_manager.sh
>>/var/log/bubble/log_manager.log 2>&1
"
- name: Install packer for sage node
shell: su - bubble bash -c install_packer.sh
Write
Preview
Loading…
Cancel
Save