4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/bash
|
|
|
|
systemctl enable sys-exporter.service
|
|
systemctl start sys-exporter.service
|