c3ffd5c419
move service to paths.target remove startup dependency change to try-reload-or-restart which has this logic: Reload service if it supports it. If not, stop and then start instead. Does nothing if the service is not running.
12 lines
363 B
Desktop File
12 lines
363 B
Desktop File
# 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)
|
|
#
|
|
[Unit]
|
|
Description=Webalizer - generate stats from apache logs
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/sbin/webalizer-cron.sh
|