diff options
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 |