save changes

This commit is contained in:
Jon Lundy
2021-12-12 06:34:58 -07:00
parent 5c584680a4
commit e6a79496e8
4 changed files with 23 additions and 9 deletions

View File

@@ -36,3 +36,4 @@ install: $(NAME)
install ./$(NAME) /usr/local/bin
install ./$(NAME).service /lib/systemd/system
systemctl daemon-reload
systemctl restart $(NAME)