systemd: ensure onedrive starts when starting session

If it is installed...
This commit is contained in:
Vincent Bernat 2025-05-02 17:19:43 +02:00
parent b23f163695
commit 90fd18e275
2 changed files with 2 additions and 1 deletions

View file

@ -7,3 +7,4 @@ Wants=polybar.service
Wants=i3-companion.service Wants=i3-companion.service
Wants=misc-x.service Wants=misc-x.service
Wants=thunderbird-notify.service Wants=thunderbird-notify.service
Wants=onedrive.service

View file

@ -1,2 +1,2 @@
[Unit] [Unit]
After=i3-session.target PartOf=graphical-session.target