1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
[Unit]
# Basic services required by any GNOME session
Requires=gnome-session-basic-services.target
# Manages monitor color calibration and night-light
Wants=org.gnome.SettingsDaemon.Color.target
# Manages location-based timezone
Wants=org.gnome.SettingsDaemon.Datetime.target
# Notifies when disk is full, notifies when RAM is full,
# cleans up trash and temp files, donation reminders
Wants=org.gnome.SettingsDaemon.Housekeeping.target
# Notifies when events happen with printers: low on ink,
# jammed, job cancelled, etc etc etc
Wants=org.gnome.SettingsDaemon.PrintNotifications.target
# org.freedesktop.ScreenSaver API
Wants=org.gnome.SettingsDaemon.ScreensaverProxy.target
# Flushes PulseAudio sample cache whenever the
# sound theme changes
Wants=org.gnome.SettingsDaemon.Sound.target
# Manages SIM cards (unlocking, etc)
Wants=org.gnome.SettingsDaemon.Wwan.target
# Monitors disks for SMART errors, and notifies
# the user if their disk is about to fail
Wants=gnome-disk-utility-notify.service
# Filesystem indexer
Wants=localsearch-3.service
# Graphical wrapper around ssh-agent
Wants=gcr-ssh-agent.socket
# Checking for automatic updates, etc
Wants=gnome-software.service
# Translates the user's standard directories
# (Downloads/, Documents/, Music/, etc) whenever
# the user's locale changes
Wants=user-dirs-update-gtk.service
# Notifies the user about their calendar events
Wants=evolution-alarm-notify.service
|