fwasr/script/install.sh
2024-11-13 17:58:47 +08:00

5 lines
121 B
Bash

#!/usr/bin/bash
sudo cp fwasr.service /etc/systemd/system
sudo systemctl enable fwasr.service
sudo systemctl start fwasr