12 lines
255 B
Desktop File
12 lines
255 B
Desktop File
[Unit]
|
|
Description=Back up Gitea to mounted COS bucket
|
|
Requires=docker.service
|
|
After=docker.service network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/flashops-gitea-backup
|
|
Nice=10
|
|
IOSchedulingClass=best-effort
|
|
IOSchedulingPriority=7
|