[systemd] Add syncmail timer and changepaper timer
This commit is contained in:
8
systemd/.config/systemd/user/changepaper.service
Normal file
8
systemd/.config/systemd/user/changepaper.service
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Change wallpaper
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/powellc/.bin/changepaper
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
9
systemd/.config/systemd/user/changepaper.timer
Normal file
9
systemd/.config/systemd/user/changepaper.timer
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Change wallpaper
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=hourly
|
||||||
|
Unit=changepaper.service
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
@ -0,0 +1 @@
|
|||||||
|
/home/powellc/.dotfiles/systemd/.config/systemd/user/changepaper.timer
|
||||||
@ -1 +0,0 @@
|
|||||||
/home/powellc/.config/systemd/user/emacs.service
|
|
||||||
1
systemd/.config/systemd/user/default.target.wants/syncmail.timer
Symbolic link
1
systemd/.config/systemd/user/default.target.wants/syncmail.timer
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/powellc/.dotfiles/systemd/.config/systemd/user/syncmail.timer
|
||||||
8
systemd/.config/systemd/user/syncmail.service
Normal file
8
systemd/.config/systemd/user/syncmail.service
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Sync mail
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/powellc/.bin/syncmail
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
9
systemd/.config/systemd/user/syncmail.timer
Normal file
9
systemd/.config/systemd/user/syncmail.timer
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Sync mail timer
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=*:0/15
|
||||||
|
Unit=syncmail.service
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user