[Unit]
Description=Makes Borg running periodically to backup computers to a remote server
Wants=default.target network-online.target
ConditionACPower=true

[Service]
ExecStart=/usr/bin/systemd-inhibit --why="Prevent interrupting backup" /usr/sbin/bfrun 
Restart=no
# Lower CPU and I/O priority.
Nice=19
CPUSchedulingPolicy=batch
IOSchedulingClass=best-effort
IOSchedulingPriority=7
IOWeight=100