[Linux] Fix compton service

For some reason running compton in forking mode does not work.
This commit is contained in:
Ivan Malison 2016-10-08 19:22:15 -07:00
parent ea38b09458
commit b62472fe5c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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