mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-20 09:23:33 +00:00
Fixed typo
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user