10 lines
171 B
SYSTEMD
10 lines
171 B
SYSTEMD
|
[Unit]
|
||
|
Description=Gitea Backup Service
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/gitea-backup.sh
|
||
|
User=root
|