We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cd1ae commit 3bb499fCopy full SHA for 3bb499f
1 file changed
templates/mumblerubypluginbot.service
@@ -6,7 +6,8 @@ After=network.target
6
Type=oneshot
7
RemainAfterExit=yes
8
User=botmaster
9
-ExecStart=/home/botmaster/src/mumble-ruby-pluginbot/scripts/manage.sh start &
+ExecStart=/home/botmaster/src/mumble-ruby-pluginbot/scripts/manage.sh start
10
+ExecStop=/home/botmaster/src/mumble-ruby-pluginbot/scripts/manage.sh stop
11
12
[Install]
13
WantedBy=multi-user.target
0 commit comments