mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
websoft9 syslog
This commit is contained in:
parent
c16dd1e600
commit
e6d7da91aa
3 changed files with 4 additions and 3 deletions
|
@ -63,5 +63,5 @@ for ((i=0; i<$length; i++)); do
|
||||||
container=${containers[$i]}
|
container=${containers[$i]}
|
||||||
section=${sections[$i]}
|
section=${sections[$i]}
|
||||||
echo "$container:"
|
echo "$container:"
|
||||||
sudo docker exec -i websoft9-apphub apphub setconfig --section $section --key user_pwd --value ${passwords[$container]}
|
docker exec -i websoft9-apphub apphub setconfig --section $section --key user_pwd --value ${passwords[$container]}
|
||||||
done
|
done
|
|
@ -9,7 +9,8 @@ ExecStart=/bin/bash /opt/websoft9/systemd/start_up.sh
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
Type=simple
|
Type=simple
|
||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
StandardError=syslog
|
StandardOutput=journal
|
||||||
|
StandardError=journal
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.8.26-rc57",
|
"version": "0.8.26-rc58",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.0.7",
|
"portainer": "0.0.7",
|
||||||
"nginx": "0.0.5",
|
"nginx": "0.0.5",
|
||||||
|
|
Loading…
Reference in a new issue