diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-13 17:36:46 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-13 17:36:46 +0000 |
commit | ab3461e792a3b9a525a895bb0b3a70e55955efb6 (patch) | |
tree | d8abe25eab49ade25880946a40451f42249e5e97 /adu-download.service |
First (mostly) working version apt-desktop-upgrades
Diffstat (limited to 'adu-download.service')
-rw-r--r-- | adu-download.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/adu-download.service b/adu-download.service new file mode 100644 index 0000000..dcbc6ef --- /dev/null +++ b/adu-download.service @@ -0,0 +1,6 @@ +[Unit] +Description=Apt Desktop Upgrades package list-updater/downloader + +[Service] +Type=oneshot +ExecStart=/usr/local/sbin/adu-download |