fixing small annoyances
This commit is contained in:
parent
08db8e3b56
commit
d7f84eb77b
4 changed files with 7 additions and 9 deletions
|
@ -507,7 +507,7 @@
|
|||
jellyfin-mpv-shim = {
|
||||
Unit = {
|
||||
Description = "Play Jellyfin media in mpv";
|
||||
After = "network.target";
|
||||
After = "graphical-session-pre.target";
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
@ -536,7 +536,7 @@
|
|||
nextlcoud-client = {
|
||||
Unit = {
|
||||
Description = "Nextcloud Client";
|
||||
After = [ "plasma-workspace.target" ];
|
||||
After = [ "graphical-session.target" ];
|
||||
# PartOf = [ "plasma-workspace.target" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue