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