Skip to content

Commit 3bb499f

Browse files
authored
add execstop
1 parent a4cd1ae commit 3bb499f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/mumblerubypluginbot.service

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ After=network.target
66
Type=oneshot
77
RemainAfterExit=yes
88
User=botmaster
9-
ExecStart=/home/botmaster/src/mumble-ruby-pluginbot/scripts/manage.sh start &
9+
ExecStart=/home/botmaster/src/mumble-ruby-pluginbot/scripts/manage.sh start
10+
ExecStop=/home/botmaster/src/mumble-ruby-pluginbot/scripts/manage.sh stop
1011

1112
[Install]
1213
WantedBy=multi-user.target

0 commit comments

Comments
 (0)