Lotsofstuf
This commit is contained in:
parent
3d24d97d51
commit
45c3bfe4d4
16 changed files with 190 additions and 43 deletions
1
config/systemd/user/default.target.wants/syncthing.service
Symbolic link
1
config/systemd/user/default.target.wants/syncthing.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/user/syncthing.service
|
6
config/systemd/user/melfetch.service
Normal file
6
config/systemd/user/melfetch.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Meh mail client new mail fetcher
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/geoffrey/.scripts/mel fetch
|
10
config/systemd/user/melfetch.timer
Normal file
10
config/systemd/user/melfetch.timer
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Meh mail client fetcher timer
|
||||
|
||||
[Timer]
|
||||
OnBootSec=2m
|
||||
OnUnitActiveSec=5m
|
||||
Unit=melfetch.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
1
config/systemd/user/timers.target.wants/melfetch.timer
Symbolic link
1
config/systemd/user/timers.target.wants/melfetch.timer
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/geoffrey/.config/systemd/user/melfetch.timer
|
Loading…
Add table
Add a link
Reference in a new issue