diff --git a/lib/utils/os_startup.dart b/lib/utils/os_startup.dart index 5e946e3..e340bce 100644 --- a/lib/utils/os_startup.dart +++ b/lib/utils/os_startup.dart @@ -220,7 +220,7 @@ WantedBy=default.target"""; .replaceAll(tagLabel, label) .replaceAll(tagPath, executableFilePath); - var serviceFile = File('$systemPath/$label'); + var serviceFile = File('$systemPath/$label.service'); await serviceFile.create(); await serviceFile.writeAsString(serviceContent);