Add script to deploy service
Signed-off-by: Ferit Yiğit BALABAN <fybalaban@fybx.dev>
This commit is contained in:
parent
9525c38c1c
commit
e7d87e7a7c
6
deploy_service.sh
Normal file
6
deploy_service.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sudo cp fan_control /opt/fan_control
|
||||||
|
sudo cp monitor_temp.service monitor_temp.timer
|
||||||
|
sudo systemctl enable monitor_temp.timer
|
||||||
|
sudo systemctl start monitor_temp.timer
|
Loading…
x
Reference in New Issue
Block a user