From 1692a370b4f58fd3ad709605d0e502dcac2a5c07 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 23 Apr 2024 21:01:56 -0600 Subject: fuss with systemd timers --- aux/www-maintenance@.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 aux/www-maintenance@.service (limited to 'aux/www-maintenance@.service') diff --git a/aux/www-maintenance@.service b/aux/www-maintenance@.service new file mode 100644 index 0000000..b1b0c8b --- /dev/null +++ b/aux/www-maintenance@.service @@ -0,0 +1,8 @@ +[Unit] +Description=Website maintenance cron job + +[Service] +Type=oneshot +Environment=LANG=en_US.UTF-8 +WorkingDirectory=%h/www +ExecStart=%h/www/aux/maintenance %i -- cgit v1.2.3-2-g168b