- Fix systemd target for the timer which ends up with cylces otherwise basic.target: Found ordering cycle on goaccess@foobar.timer/start basic.target: Found dependency on time-sync.target/start basic.target: Found dependency on chronyd.service/start basic.target: Found dependency on network.target/start basic.target: Found dependency on wickedd-nanny.service/start basic.target: Found dependency on basic.target/start basic.target: Job goaccess@foobar.timer/start deleted to break ordering cycle starting with basic.target/start OBS-URL: https://build.opensuse.org/request/show/930846 OBS-URL: https://build.opensuse.org/package/show/server:http/goaccess?expand=0&rev=47
11 lines
154 B
SYSTEMD
11 lines
154 B
SYSTEMD
[Unit]
|
|
Description=Run goaccess@%i.service every 15min
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/15
|
|
RandomizedDelaySec=1m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|