home · contact · privacy
Add systemd Unit file for updating.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 30 Jun 2020 21:23:59 +0000 (23:23 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 30 Jun 2020 21:23:59 +0000 (23:23 +0200)
berlin-corona-table.service [new file with mode: 0644]

diff --git a/berlin-corona-table.service b/berlin-corona-table.service
new file mode 100644 (file)
index 0000000..00e9949
--- /dev/null
@@ -0,0 +1,6 @@
+[Unit]
+Description=Update online Berlin Corona infections table.
+
+[Service]
+User=plom
+ExecStart=/bin/sh -c '~/berlin-corona-table/update.sh'