mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
systemd: make service restart on failure
xiccd crashed for some reason.
This commit is contained in:
parent
1b2c3b55b3
commit
a65d6371e8
7 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,4 @@ ExecStart=/usr/bin/compton --backend glx \
|
|||
--xrender-sync-fence \
|
||||
--vsync opengl-swc \
|
||||
--paint-on-overlay
|
||||
Restart=on-failure
|
||||
|
|
|
@ -6,3 +6,4 @@ PartOf=graphical-session@%i.target
|
|||
Environment=DISPLAY=%I
|
||||
ExecStartPre=/usr/bin/setxkbmap us
|
||||
ExecStart=%h/.local/bin/inputplug -d -0 -c %h/.config/awesome/bin/input-event
|
||||
Restart=on-failure
|
||||
|
|
|
@ -5,3 +5,4 @@ PartOf=graphical-session@%i.target
|
|||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
Restart=on-failure
|
||||
|
|
|
@ -5,3 +5,4 @@ PartOf=graphical-session@%i.target
|
|||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||
Restart=on-failure
|
||||
|
|
|
@ -5,3 +5,4 @@ PartOf=graphical-session@%i.target
|
|||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/redshift -l manual:lon=2.35:lat=48.87 -t 6500:3900
|
||||
Restart=on-failure
|
||||
|
|
|
@ -5,3 +5,4 @@ PartOf=graphical-session@%i.target
|
|||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/xiccd --edid
|
||||
Restart=on-failure
|
||||
|
|
|
@ -6,3 +6,4 @@ PartOf=graphical-session@%i.target
|
|||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
|
||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue