11 lines
155 B
SYSTEMD
11 lines
155 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Periodic workstation tmux session snapshot
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=10min
|
||
|
|
OnCalendar=*:0/5
|
||
|
|
Persistent=false
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|