add systemd stuff
This commit is contained in:
parent
c981797e33
commit
622a7d6933
4 changed files with 14 additions and 0 deletions
1
.config/systemd/user/default.target.wants/grobi.service
Symbolic link
1
.config/systemd/user/default.target.wants/grobi.service
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/home/kunsi/.config/systemd/user/grobi.service
|
1
.config/systemd/user/default.target.wants/redshift.service
Symbolic link
1
.config/systemd/user/default.target.wants/redshift.service
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/redshift.service
|
11
.config/systemd/user/grobi.service
Normal file
11
.config/systemd/user/grobi.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Automatically configure monitors/outputs for Xorg via RANDR
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/kunsi/git/grobi/grobi watch --verbose --config=/home/kunsi/.config/grobi/grobi.conf
|
||||||
|
Restart=always
|
||||||
|
RestartSec=10
|
||||||
|
StartLimitInterval=0
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
1
.config/systemd/user/timers.target.wants/vdirsyncer.timer
Symbolic link
1
.config/systemd/user/timers.target.wants/vdirsyncer.timer
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/vdirsyncer.timer
|
Loading…
Reference in a new issue