mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
Added support for daemon startup dependencies. Made synergy
dependent on NetBT, which I hope is right.
This commit is contained in:
@@ -82,6 +82,7 @@ CArchDaemonWindows::installDaemon(const char* name,
|
||||
const char* description,
|
||||
const char* pathname,
|
||||
const char* commandLine,
|
||||
const char* dependencies,
|
||||
bool allUsers)
|
||||
{
|
||||
// if not for all users then use the user's autostart registry.
|
||||
@@ -130,7 +131,7 @@ CArchDaemonWindows::installDaemon(const char* name,
|
||||
pathname,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
dependencies,
|
||||
NULL,
|
||||
NULL);
|
||||
if (service == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user