Begin work on creating simpleupdates

-New update system to handle automatic updates
-work in progress
This commit is contained in:
Cameron Thompson
2024-04-01 00:36:06 -04:00
parent 86da9f8412
commit 9b9052843e
7 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Simple Update Daemon
After=network.target
[Service]
Type=simple
ExecStart=/usrdata/simpleupdates/simpleupdated
[Install]
WantedBy=multi-user.target