linux debug
This commit is contained in:
parent
8bcb3a71ed
commit
cd58bfae55
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue