1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-20 09:23:33 +00:00

Fixed typo

This commit is contained in:
Bryan Roe
2021-01-28 17:34:12 -08:00
parent c5e2b16e83
commit d664208b21
2 changed files with 3 additions and 3 deletions

View File

@@ -2360,7 +2360,7 @@ function serviceManager()
conf.write('command_background=true\n');
conf.write('start_stop_daemon_args="--chdir \\"' + options.installPath + '\\""\n\n');
}
conf.write('pidfile="/var/run/' + options.name + '.pid\n');
conf.write('pidfile="/var/run/' + options.name + '.pid"\n');
conf.write('depend() {\n');
conf.write(' want net\n');
conf.write('}\n');