From: Christian Heller Date: Tue, 30 Jun 2020 21:23:59 +0000 (+0200) Subject: Add systemd Unit file for updating. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=73ff28e16e387c3e73460e380a294504f8de47a6 Add systemd Unit file for updating. --- diff --git a/berlin-corona-table.service b/berlin-corona-table.service new file mode 100644 index 0000000..00e9949 --- /dev/null +++ b/berlin-corona-table.service @@ -0,0 +1,6 @@ +[Unit] +Description=Update online Berlin Corona infections table. + +[Service] +User=plom +ExecStart=/bin/sh -c '~/berlin-corona-table/update.sh'