add autoaupdater, update readme
autoupdater using systemd timer and service.
This commit is contained in:
7
autoupdater/tetosong.service
Normal file
7
autoupdater/tetosong.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=tetosong updater
|
||||
Wants=tetosong.timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/bash -c "curl -s file:///home/eric/GitHub/TetoSongOfTheDay/autoupdater/updater.sh | bash"
|
||||
Reference in New Issue
Block a user