From 1fba609bb30940d3227cd82dfb18b9a0635350b2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 9 Apr 2019 13:52:17 +0200 Subject: systemd timer and service new --- shutdownasap.timer.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shutdownasap.timer.in (limited to 'shutdownasap.timer.in') diff --git a/shutdownasap.timer.in b/shutdownasap.timer.in new file mode 100644 index 0000000..7f42597 --- /dev/null +++ b/shutdownasap.timer.in @@ -0,0 +1,8 @@ +[Unit] +Description=shut down asap 1h after the system came up + +[Timer] +OnStartupSec=1h + +[Install] +WantedBy=timers.target -- cgit v1.2.3-54-g00ecf