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