[Linux] Change compton unit to forking type

This commit is contained in:
Ivan Malison 2016-10-05 16:09:50 -07:00
parent cb757eb3ea
commit 31d130fb99
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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]