systemd: remove all [Install] sections

Instead, we explicitely set dependencies in our own
graphical-session@.target.
This commit is contained in:
Vincent Bernat 2020-01-19 20:30:59 +01:00
parent 2e9fa46f2f
commit 47368b46dc
10 changed files with 0 additions and 30 deletions

View file

@ -7,6 +7,3 @@ Environment=DISPLAY=%I
ExecStart=/usr/bin/autorandr --change --default default ExecStart=/usr/bin/autorandr --change --default default
Type=oneshot Type=oneshot
RemainAfterExit=false RemainAfterExit=false
[Install]
WantedBy=graphical-session@%i.target

View file

@ -9,6 +9,3 @@ ExecStart=/usr/bin/compton --backend glx \
--xrender-sync-fence \ --xrender-sync-fence \
--vsync opengl-swc \ --vsync opengl-swc \
--paint-on-overlay --paint-on-overlay
[Install]
WantedBy=graphical-session@%i.target

View file

@ -7,6 +7,3 @@ Environment=DISPLAY=%I
ExecStartPre=/usr/bin/setxkbmap us ExecStartPre=/usr/bin/setxkbmap us
ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event
Type=forking Type=forking
[Install]
WantedBy=graphical-session@%i.target

View file

@ -8,6 +8,3 @@ ExecStart=/usr/bin/xset -b
ExecStart=/usr/bin/numlock on ExecStart=/usr/bin/numlock on
Type=oneshot Type=oneshot
RemainAfterExit=false RemainAfterExit=false
[Install]
WantedBy=graphical-session@%i.target

View file

@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
[Service] [Service]
Environment=DISPLAY=%I Environment=DISPLAY=%I
ExecStart=/usr/bin/nm-applet ExecStart=/usr/bin/nm-applet
[Install]
WantedBy=graphical-session@%i.target

View file

@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
[Service] [Service]
Environment=DISPLAY=%I Environment=DISPLAY=%I
ExecStart=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ExecStart=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
[Install]
WantedBy=graphical-session@%i.target

View file

@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
[Service] [Service]
Environment=DISPLAY=%I Environment=DISPLAY=%I
ExecStart=/usr/bin/redshift -l 2.35:48.87 -t 6500:3900 ExecStart=/usr/bin/redshift -l 2.35:48.87 -t 6500:3900
[Install]
WantedBy=graphical-session@%i.target

View file

@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
[Service] [Service]
Environment=DISPLAY=%I Environment=DISPLAY=%I
ExecStart=/usr/bin/xiccd --edid ExecStart=/usr/bin/xiccd --edid
[Install]
WantedBy=graphical-session@%i.target

View file

@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
[Service] [Service]
Environment=DISPLAY=%I Environment=DISPLAY=%I
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
[Install]
WantedBy=graphical-session@%i.target

View file

@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
[Service] [Service]
Environment=DISPLAY=%I Environment=DISPLAY=%I
ExecStart=%h/.config/awesome/bin/xss-lock start ExecStart=%h/.config/awesome/bin/xss-lock start
[Install]
WantedBy=graphical-session@%i.target