mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-05 09:17:41 +03:00
365d1955ff
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
12 lines
177 B
SYSTEMD
12 lines
177 B
SYSTEMD
[Unit]
|
|
Description=OpenNebula's periodic showback calculation
|
|
After=remote-fs.target
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=default.target
|