From 08d1544cb45b521d13818b74c919d9418d8d7e9a Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Tue, 9 Jan 2024 17:34:05 +0100 Subject: Arch Linux: systemd timers for keyring update --- deploy_systemd.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 deploy_systemd.sh (limited to 'deploy_systemd.sh') diff --git a/deploy_systemd.sh b/deploy_systemd.sh new file mode 100755 index 0000000..e90f092 --- /dev/null +++ b/deploy_systemd.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +cp -v systemd/*service systemd/*timer /etc/systemd/system/ +systemctl daemon-reload + +cd systemd +for f in $(ls *.timer); do systemctl enable $f ; done +cd .. + -- cgit v1.2.3-70-g09d2