summarylogtreecommitdiffstats
path: root/hornet.service
diff options
context:
space:
mode:
Diffstat (limited to 'hornet.service')
-rw-r--r--hornet.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/hornet.service b/hornet.service
index 8c2272f92b14..d10bb75d377e 100644
--- a/hornet.service
+++ b/hornet.service
@@ -15,7 +15,7 @@ User=hornet
WorkingDirectory=/var/lib/hornet
TimeoutSec=1200
Restart=always
-ExecStart=/usr/bin/hornet -c "/etc/hornet/config.json"
+ExecStart=/usr/bin/hornet --config "/etc/hornet/config.json" --peering "/etc/hornet/peering.json" --profiles "/etc/hornet/profiles.json"
[Install]
WantedBy=multi-user.target