2022-08-22 13:22:16 -07:00
|
|
|
# vhost-stack
|
|
|
|
# https://git.stack-source.com/msb/vhost-stack
|
|
|
|
# Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
2022-07-19 15:56:12 -07:00
|
|
|
#
|
|
|
|
[Unit]
|
|
|
|
Description=Webalizer - generate stats from apache logs
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/local/sbin/webalizer-cron.sh
|