Initial commit: NAS backup, NFS mount docs, NVMe fix docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 15:51:09 +01:00
co-authored by Claude Opus 4.6
commit f223d76cbf
11 changed files with 218 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[Unit]
Description=Elephant
After=graphical-session.target
[Service]
Type=simple
ExecStart=elephant
Restart=on-failure
[Install]
WantedBy=graphical-session.target
+6
View File
@@ -0,0 +1,6 @@
[Unit]
Description=Fetch Medium Daily Digest emails
[Service]
Type=oneshot
ExecStart=/home/pmp/ai/medium/fetch-mail.sh
+9
View File
@@ -0,0 +1,9 @@
[Unit]
Description=Fetch Medium emails daily at 6:30
[Timer]
OnCalendar=*-*-* 06:30:00
Persistent=true
[Install]
WantedBy=timers.target
+6
View File
@@ -0,0 +1,6 @@
[Unit]
Description=Rsync backup to NAS
[Service]
Type=oneshot
ExecStart=/home/pmp/ai/system/nas-backup.sh
+9
View File
@@ -0,0 +1,9 @@
[Unit]
Description=Rsync backup to NAS every 15 minutes
[Timer]
OnCalendar=*:0/15
Persistent=true
[Install]
WantedBy=timers.target
+9
View File
@@ -0,0 +1,9 @@
[Unit]
Description=Omarchy Battery Monitor Check
After=graphical-session.target
[Service]
Type=oneshot
ExecStart=%h/.local/share/omarchy/bin/omarchy-battery-monitor
Environment=DISPLAY=:0
LogLevelMax=warning
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Omarchy Battery Monitor Timer
Requires=omarchy-battery-monitor.service
[Timer]
OnBootSec=1min
OnUnitActiveSec=30sec
AccuracySec=10sec
[Install]
WantedBy=timers.target