From dcd57f24e3f95d555afdd37e7392865ff0bb2ab2 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Tue, 6 Jun 2023 19:40:25 +0000 Subject: [PATCH] Update ysfparrot.service --- service/ysfparrot.service | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/service/ysfparrot.service b/service/ysfparrot.service index bea3302..6b63588 100644 --- a/service/ysfparrot.service +++ b/service/ysfparrot.service @@ -5,13 +5,14 @@ Description=YSF Parrot Service [Service] -User=root -Type=simple -Restart=always -RestartSec=3 -StandardOutput=null +#User=root +#Type=simple +#Restart=always +#RestartSec=3 +#StandardOutput=null WorkingDirectory=/opt/YSFParrot ExecStart=/opt/YSFParrot/YSFParrot 42012 +Restart=on-failure [Install] WantedBy=multi-user.target