AutoYADM commit: 2025-03-21 13:30:08

This commit is contained in:
Daniel Fichtinger 2025-03-21 13:30:08 -04:00
parent 61ea30ddd6
commit 3e257648b0
3 changed files with 0 additions and 40 deletions

View file

@ -1,13 +0,0 @@
[Unit]
Description=Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version.
StartLimitIntervalSec=1d
StartLimitBurst=5
[Service]
Type=simple
ExecStart=/home/fic/go/bin/goimapnotify
Restart=always
RestartSec=30
[Install]
WantedBy=default.target

View file

@ -1,10 +0,0 @@
[Unit]
Description=Lock screen before sleep
[Service]
Type=oneshot
ExecStar=/usr/bin/i3lock
RemainAfterExit=yes
[Install]
WantedBy=sleep.target

View file

@ -1,17 +0,0 @@
[Unit]
Description=tmux default session (detached)
Documentation=man:tmux(1)
[Service]
Type=forking
Environment=DISPLAY=:0
ExecStart=/usr/bin/tmux new-session -d
ExecStop=/home/fic/.config/tmux/plugins/tmux-resurrect/scripts/save.sh
ExecStop=/usr/bin/tmux kill-server
KillMode=control-group
RestartSec=2
[Install]
WantedBy=default.target