services: Add autostart for several other packages
Autostarts an2linuxserver, dunst, kbfs, keybase, and the keybase:// redirector. Will (presumably) complain if one of the programs is missing. Either this should not be enabled by default or the startup service should contain a sanity check for the program before attempting to launch itself.
This commit is contained in:
parent
717f2a13d6
commit
0b65023253
5 changed files with 5 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/an2linuxserver.service
|
1
services/.config/systemd/user/default.target.wants/dunst.service
Symbolic link
1
services/.config/systemd/user/default.target.wants/dunst.service
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/dunst.service
|
1
services/.config/systemd/user/default.target.wants/kbfs.service
Symbolic link
1
services/.config/systemd/user/default.target.wants/kbfs.service
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/kbfs.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/keybase-redirector.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/keybase.service
|
Loading…
Reference in a new issue