mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 19:01:53 +01:00
11 lines
143 B
SYSTEMD
11 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description=This triggers the nextcloud cron service
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=5min
|
||
|
OnUnitInactiveSec=15min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|
||
|
|