removed css content from cloudflare run. added new setup for OVH object storage for fastdl for css content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Rclones to OVH bucket every 10 minutes
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=gameservers
|
||||
Group=gameservers
|
||||
WorkingDirectory=/home/gameservers/fastdl_sync
|
||||
ExecStart=/home/gameservers/fastdl_sync/update_ovh_bucket.sh
|
||||
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=rclones new content every 10 minutes to OVH
|
||||
Requires=ovh_bucket_rclone.service
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* *:0,10,20,30,40,50
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user