From 27ae08ef3652725ec97512f9b091f178503c2902 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 14 Aug 2022 20:32:01 +0200 Subject: [PATCH] systemd: fix some descriptions --- dotfiles/systemd/autorandr.service | 2 +- dotfiles/systemd/redshift.service | 2 +- dotfiles/systemd/spotify-clean.service | 2 +- dotfiles/systemd/wallpaper.service | 2 +- dotfiles/systemd/weather.service | 2 +- dotfiles/systemd/xss-lock.service | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dotfiles/systemd/autorandr.service b/dotfiles/systemd/autorandr.service index 50acde5..45a3575 100644 --- a/dotfiles/systemd/autorandr.service +++ b/dotfiles/systemd/autorandr.service @@ -1,5 +1,5 @@ [Unit] -Description=Configure monitors +Description=Automatic monitor configuration PartOf=graphical-session.target [Service] diff --git a/dotfiles/systemd/redshift.service b/dotfiles/systemd/redshift.service index c3344e4..51860dc 100644 --- a/dotfiles/systemd/redshift.service +++ b/dotfiles/systemd/redshift.service @@ -1,5 +1,5 @@ [Unit] -Description=Set color temperature +Description=Time-based display color temperature adjustment PartOf=graphical-session.target [Service] diff --git a/dotfiles/systemd/spotify-clean.service b/dotfiles/systemd/spotify-clean.service index 190068c..39f6a66 100644 --- a/dotfiles/systemd/spotify-clean.service +++ b/dotfiles/systemd/spotify-clean.service @@ -1,5 +1,5 @@ [Unit] -Description=Clean spotify extra PulseAudio streams +Description=Cleaner for Spotify extra PulseAudio streams After=sound.target [Service] diff --git a/dotfiles/systemd/wallpaper.service b/dotfiles/systemd/wallpaper.service index dc5dcd6..86198e7 100644 --- a/dotfiles/systemd/wallpaper.service +++ b/dotfiles/systemd/wallpaper.service @@ -1,5 +1,5 @@ [Unit] -Description=Build and display wallpaper +Description=Wallpaper builder PartOf=graphical-session.target [Service] diff --git a/dotfiles/systemd/weather.service b/dotfiles/systemd/weather.service index fc6096b..8a39d2f 100644 --- a/dotfiles/systemd/weather.service +++ b/dotfiles/systemd/weather.service @@ -1,5 +1,5 @@ [Unit] -Description=Update weather +Description=Weather updater PartOf=graphical-session.target [Service] diff --git a/dotfiles/systemd/xss-lock.service b/dotfiles/systemd/xss-lock.service index d8d85d4..011bd16 100644 --- a/dotfiles/systemd/xss-lock.service +++ b/dotfiles/systemd/xss-lock.service @@ -1,5 +1,5 @@ [Unit] -Description=Manage X screen saver +Description=X locker PartOf=graphical-session.target [Service]