add some files

This commit is contained in:
root
2023-09-24 15:46:40 +03:00
parent 8fa26d0a83
commit 0de4ad78a0
30 changed files with 257 additions and 2 deletions

9
systemd/update.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Update Service
[Service]
Type=simple
ExecStart=/usr/local/bin/update.sh
[Install]
WantedBy=multi-user.target