diff --git a/ua3f.service b/ua3f.service index cbd8487..f926277 100644 --- a/ua3f.service +++ b/ua3f.service @@ -3,7 +3,7 @@ START=99 start(){ echo "ua3f is starting" - /root/ua3f & + /root/ua3f >> /var/log/ua3f.log 2>&1 & } stop(){