14 lines
464 B
Desktop File
14 lines
464 B
Desktop File
[Unit]
|
|
Description=Sync Uma Hermes persistent backup to GitHub
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=root
|
|
Environment="HERMES_HOME=/home/uma/.hermes"
|
|
Environment="HERMES_BACKUP_REPO=/home/uma/repos/uma_hostinger_hermes_vm"
|
|
Environment="HERMES_BACKUP_REMOTE=https://github.com/umadev0931/uma_hostinger_hermes_vm.git"
|
|
ExecStart=/usr/bin/python3 /home/uma/.hermes/scripts/sync_uma_hermes_persistent_backup.py
|