mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
15 lines
306 B
Desktop File
15 lines
306 B
Desktop File
[Unit]
|
|
Description=UrBackup Restore Client (internet only)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/root/urbackuprestoreclient --restore-client --logfile /root/restore_mode.txt --loglevel debug -t --internet-only
|
|
WorkingDirectory=/root
|
|
User=root
|
|
TasksMax=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|