blob: 725b9b197abd97a9711c441212f7415c82cbbfcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Backup ~/.thunderbird/<profile> directory
ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-thunderbird
ConditionKernelCommandLine=!systemd.setenv=REALTIME=true
[Service]
EnvironmentFile=-/home/%u/.crypted-backups
EnvironmentFile=-/home/%u/.config/crypted-backups
Nice=19
IOSchedulingClass=2
IOSchedulingPriority=7
ExecStart=/usr/lib/systemd/scripts/backup-thunderbird
|