From 1dfa5c457c734714eb765e6cfce68e9dd81f5491 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 4 Apr 2020 18:28:15 +0200 Subject: [PATCH] bundles/mx-puppet-discord: specify path to registration file in systemd unit --- bundles/mx-puppet-discord/files/service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/mx-puppet-discord/files/service b/bundles/mx-puppet-discord/files/service index 81321c6..5c142c8 100644 --- a/bundles/mx-puppet-discord/files/service +++ b/bundles/mx-puppet-discord/files/service @@ -5,7 +5,7 @@ After=network.target [Service] User=mx-puppet-discord Group=mx-puppet-discord -ExecStart=/usr/bin/node /opt/mx-puppet-discord/build/index.js -c config.yaml +ExecStart=/usr/bin/node /opt/mx-puppet-discord/build/index.js -c config.yaml -f registration.yaml WorkingDirectory=/opt/mx-puppet-discord/ Restart=on-failure