5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/usr/bin/bash
|
|
sudo cp f5tts.service /etc/systemd/system
|
|
sudo systemctl enable f5tts.service
|
|
sudo systemctl start f5tts
|