forked from colonelpanic/dotfiles
[Linux] Change compton unit to forking type
This commit is contained in:
parent
cb757eb3ea
commit
31d130fb99
@ -2,8 +2,8 @@
|
||||
Description=compton
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/compton -cC
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/compton -cC -f -b
|
||||
ExecStop=/usr/bin/pkill compton
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user