[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
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/compton -cC -f -b
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/compton -cC
|
||||
ExecStop=/usr/bin/pkill compton
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user