[systemd] Add syncmail timer and changepaper timer

This commit is contained in:
2022-11-14 12:37:27 -05:00
parent e6aff26e7d
commit 39e7b3b45f
7 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,8 @@
[Unit]
Description=Change wallpaper
[Service]
ExecStart=/home/powellc/.bin/changepaper
[Install]
WantedBy=default.target

View File

@ -0,0 +1,9 @@
[Unit]
Description=Change wallpaper
[Timer]
OnCalendar=hourly
Unit=changepaper.service
[Install]
WantedBy=default.target

View File

@ -0,0 +1 @@
/home/powellc/.dotfiles/systemd/.config/systemd/user/changepaper.timer

View File

@ -1 +0,0 @@
/home/powellc/.config/systemd/user/emacs.service

View File

@ -0,0 +1 @@
/home/powellc/.dotfiles/systemd/.config/systemd/user/syncmail.timer

View File

@ -0,0 +1,8 @@
[Unit]
Description=Sync mail
[Service]
ExecStart=/home/powellc/.bin/syncmail
[Install]
WantedBy=default.target

View File

@ -0,0 +1,9 @@
[Unit]
Description=Sync mail timer
[Timer]
OnCalendar=*:0/15
Unit=syncmail.service
[Install]
WantedBy=default.target