From 65b5c6b15b744bea296b8e01aed6c1560d68eaa3 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 30 Jun 2020 23:29:05 +0200 Subject: [PATCH] Add systemd set-up commands to README. --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 3ebdb88..d0dfa36 100644 --- a/README.txt +++ b/README.txt @@ -1 +1,7 @@ Daily updated table of development of Berlin's Corona virus infections. + +Set-up: + +sudo cp berlin-corona-table.service /etc/systemd/system/ +sudo cp berlin-corona-table.timer /etc/systemd/system/ +sudo systemctl enable --now berlin-corona-table.timer -- 2.30.2