Skip to content

Commit

Permalink
Updates log files location.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Nov 28, 2019
1 parent 93cbab5 commit 203ce85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/debian-package/etc/jitsi/jibri/pjsua.config
Expand Up @@ -28,4 +28,4 @@
#--auto-answer=200
#--max-calls=1
--no-stderr
--log-file=/tmp/pjsua.out
--log-file=/var/log/jitsi/jibri/pjsua.log
Expand Up @@ -6,7 +6,7 @@ After=network.target
User=jibri
Group=jibri
Environment=DISPLAY=:0
ExecStart=/usr/bin/Xorg -nocursor -noreset +extension RANDR +extension RENDER -logfile /tmp/xorg.log -config /etc/jitsi/jibri/xorg-video-dummy.conf :0
ExecStart=/usr/bin/Xorg -nocursor -noreset +extension RANDR +extension RENDER -logfile /var/log/xorg.log -config /etc/jitsi/jibri/xorg-video-dummy.conf :0
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
Expand Down

0 comments on commit 203ce85

Please sign in to comment.