[Linux] Fix compton service
For some reason running compton in forking mode does not work.
This commit is contained in:
parent
ea38b09458
commit
b62472fe5c
@ -2,8 +2,8 @@
|
|||||||
Description=compton
|
Description=compton
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=simple
|
||||||
ExecStart=/usr/bin/compton -cC -f -b
|
ExecStart=/usr/bin/compton -cC
|
||||||
ExecStop=/usr/bin/pkill compton
|
ExecStop=/usr/bin/pkill compton
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user