6 lines
49 B
Bash
6 lines
49 B
Bash
#!/bin/sh
|
|
|
|
systemctl start redis-server
|
|
|
|
exec sh
|
#!/bin/sh
|
|
|
|
systemctl start redis-server
|
|
|
|
exec sh
|