systemd - add all
This commit is contained in:
parent
4ee93a5380
commit
ea977e7e35
3 changed files with 18 additions and 0 deletions
1
config/systemd/user/default.target.wants/urxvtd.service
Symbolic link
1
config/systemd/user/default.target.wants/urxvtd.service
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/home/felix/.config/systemd/user/urxvtd.service
|
7
config/systemd/user/mbsync.service
Normal file
7
config/systemd/user/mbsync.service
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Unit]
|
||||||
|
Description=iSYnc IMAP Synchronizer
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/mbsync -a
|
||||||
|
|
10
config/systemd/user/mbsync.timer
Normal file
10
config/systemd/user/mbsync.timer
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Run iSync every 5 minutes
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnBootSec=10
|
||||||
|
OnUnitActiveSec=5min
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue