This website requires JavaScript.
Explore
Help
Sign In
frebib
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
mirror of
https://github.com/frebib/dotfiles.git
synced
2024-06-14 12:57:23 +00:00
Code
Issues
Releases
Wiki
Activity
d5668f82fe
dotfiles
/
systemd
/
user
/
dunst.service.d
/
override.conf
6 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
systemd: assign default slices to user services As per recommendations in the systemd documentation, assign session, app or background slice allocations to the standard user services: https://github.com/systemd/systemd/blob/master/docs/DESKTOP_ENVIRONMENTS.md#pre-defined-systemd-units Signed-off-by: Joe Groocock <me@frebib.net>
2020-08-23 00:16:54 +00:00
[Service]
Slice=session.slice
systemd: add missing WantedBy= properties to user units This fixes some inconsistent and incorrect startup order of the graphical and desktop targets. xprofile will now always run as part of xorg.target, which is before all other X-related applications that require those settings to be in place beforehand. Signed-off-by: Joe Groocock <me@frebib.net>
2021-02-01 13:44:12 +00:00
[Install]
WantedBy=graphical-session.target
Reference in New Issue
Copy Permalink