1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-13 04:21:08 +01:00
home-manager/tests/modules/services/borgmatic/linux/basic-configuration.service
Austin Horstman 06c1392ca8 tests: implement auto importing for modules
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-22 23:58:37 -05:00

23 lines
519 B
Desktop File

[Service]
ExecStart=@systemd@/bin/systemd-inhibit \
--who="borgmatic" \
--what="sleep:shutdown" \
--why="Prevent interrupting scheduled backup" \
@borgmatic@/bin/borgmatic \
--stats \
--verbosity -1 \
--list \
--syslog-verbosity 1
ExecStartPre=/nix/store/00000000000000000000000000000000-coreutils/bin/sleep 3m
IOSchedulingClass=best-effort
IOSchedulingPriority=7
IOWeight=100
LogRateLimitIntervalSec=0
Nice=19
Restart=no
Type=oneshot
[Unit]
ConditionACPower=true
Description=borgmatic backup