mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Make deploy.sh enable and restart the daemon
This commit is contained in:
parent
2ea8742324
commit
4bc76dc85c
@ -7,4 +7,5 @@ sudo install -Dm644 lactd.service /etc/systemd/system/lactd.service &&
|
||||
sudo mkdir -p /usr/local/share/applications &&
|
||||
sudo install -Dm644 lact.desktop /usr/local/share/applications/ &&
|
||||
sudo systemctl daemon-reload
|
||||
#sudo systemctl restart lactd
|
||||
sudo systemctl enable lactd &&
|
||||
sudo systemctl restart lactd
|
||||
|
Loading…
Reference in New Issue
Block a user