From 93fc2aee20464cea528dcb8a18ed217fcf8984b7 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Tue, 31 Oct 2017 17:08:16 +0200 Subject: [PATCH] fix systemd startup unit for matterbridge --- communication/slack-irc-sync/matterbridge@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication/slack-irc-sync/matterbridge@.service b/communication/slack-irc-sync/matterbridge@.service index fd19b0c..464f800 100644 --- a/communication/slack-irc-sync/matterbridge@.service +++ b/communication/slack-irc-sync/matterbridge@.service @@ -6,7 +6,7 @@ After=network.target User=nobody Group=nogroup PrivateTmp=yes -ExecStart=/opt/matterbridge/bin/matterbridge -conf /etc/matterbridge/%i.json +ExecStart=/opt/go-home/bin/matterbridge -conf /etc/matterbridge/%i.toml [Install] WantedBy=multi-user.target