diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 21:01:56 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 21:01:56 -0600 |
commit | 1692a370b4f58fd3ad709605d0e502dcac2a5c07 (patch) | |
tree | 0207694e127bae508eb074a63751ca9f02d20afe /aux/www-maintenance@.service | |
parent | 44058923078d5eb5bcab9bf5a1e507de8c6f60a6 (diff) |
fuss with systemd timers
Diffstat (limited to 'aux/www-maintenance@.service')
-rw-r--r-- | aux/www-maintenance@.service | 8 |
1 files changed, 8 insertions, 0 deletions
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 |