7 lines
195 B
Text
7 lines
195 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# restart all fedora messaging consumer services in case they've got stuck:
|
||
|
# https://github.com/fedora-infra/fedora-messaging/issues/208
|
||
|
|
||
|
/usr/bin/systemctl try-restart fm-consumer@*
|