diff --git a/src/fiskaltrust.Launcher/ServiceInstallation/LinuxSystemD.cs b/src/fiskaltrust.Launcher/ServiceInstallation/LinuxSystemD.cs index 82fb7583..ce08b500 100644 --- a/src/fiskaltrust.Launcher/ServiceInstallation/LinuxSystemD.cs +++ b/src/fiskaltrust.Launcher/ServiceInstallation/LinuxSystemD.cs @@ -72,7 +72,7 @@ private string[] GetServiceFileContent(string serviceDescription, string command "", "[Service]", "Type=simple", - $"ExecStart={command}", + $"ExecStart=sudo {command}", "", "[Install]", "WantedBy = multi-user.target"