4 lines
69 B
Bash
4 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
systemctl restart "ceph-*@rgw.*.$(hostname -s).*.service"
|