mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-20 15:33:48 -04:00
Write log to separate file
This commit is contained in:
parent
49210d6471
commit
7c5f2132ef
@ -10,6 +10,8 @@ ExecStart=/usr/bin/wfb-server %i ${WFB_NICS}
|
|||||||
TimeoutStopSec=5s
|
TimeoutStopSec=5s
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
StandardOutput=file:/var/log/wifibroadcast.log
|
||||||
|
StandardError=inherit
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wifibroadcast.service
|
WantedBy=wifibroadcast.service
|
||||||
|
Loading…
Reference in New Issue
Block a user