linux debug

This commit is contained in:
Toki 2023-01-28 03:16:23 +09:00
parent 8bcb3a71ed
commit cd58bfae55

View file

@ -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);