From bda62ea8ad3a0956af167987a7878c7a36304e2a Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 30 Apr 2021 17:20:18 +0200 Subject: Add systemd service and timer The service unit is based on lifeboat defaults and will make sure that restic-priv can be invoked with CAP_DAC_READ_SEARCH whilst locking down other forms of privilege escalation. The timer is mostly for convenient overriding in lifeboat@.timer.d/. We expect users to adjust this as necessary for their purposes. --- etc/systemd/lifeboat@.timer | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/systemd/lifeboat@.timer (limited to 'etc/systemd/lifeboat@.timer') diff --git a/etc/systemd/lifeboat@.timer b/etc/systemd/lifeboat@.timer new file mode 100644 index 0000000..4ab415c --- /dev/null +++ b/etc/systemd/lifeboat@.timer @@ -0,0 +1,8 @@ +[Unit] +Description=Daily lifeboat backup for %i + +[Timer] +OnCalendar=18:00 + +[Install] +WantedBy=timers.target -- cgit v1.2.3-2-gb3c3