diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-06-24 10:33:47 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-06-24 10:33:47 -0400 |
commit | ddcf62b165efaf600cc471dd5cbb699aced862e9 (patch) | |
tree | 184d38abb213c63150cdad35fcd32093c3d36505 /dot_config/systemd/user/backup-email@.service | |
parent | backup .aldorc (diff) |
update systemd timers etc
Diffstat (limited to 'dot_config/systemd/user/backup-email@.service')
-rw-r--r-- | dot_config/systemd/user/backup-email@.service | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dot_config/systemd/user/backup-email@.service b/dot_config/systemd/user/backup-email@.service new file mode 100644 index 0000000..4f9e176 --- /dev/null +++ b/dot_config/systemd/user/backup-email@.service @@ -0,0 +1,34 @@ +[Unit] +Description=backup dovecot +Wants=network-online.target +BindsTo=dovecot.service +After=network-online.target +ConditionFileNotEmpty=/media/t/Archives/email/%I/backup.sh + +[Service] +Type=oneshot +LockPersonality=true +MemoryDenyWriteExecute=no +NoNewPrivileges=yes +PrivateTmp=yes +ProtectControlGroups=yes +ProtectHostname=yes +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK +RestrictNamespaces=yes +RestrictRealtime=yes +RestrictSUIDSGID=yes +SystemCallArchitectures=native +SystemCallFilter=@system-service +SystemCallErrorNumber=EPERM +ProtectSystem=full + +Nice=19 +CPUSchedulingPolicy=batch +IOSchedulingClass=best-effort +IOSchedulingPriority=7 +IOWeight=100 + +Restart=no +LogRateLimitIntervalSec=0 + +ExecStart=/media/t/Archives/email/%I/backup.sh |