aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2021-05-28Fix #217 - Change systemd-service type to forking (#224)Basti
Besides user-feedback I've found many resources showing that it is one common way to use forking here. I've also found the option "--nofork" for i3lock-color but I'm unsure of the side-effects (https://github.com/i3/i3lock/issues/109) as it was the less popular solution. https://gist.github.com/victorhaggqvist/603125bbc0f61a787d89 https://github.com/Raymo111/i3lock-color/issues/174#issuecomment-687149213 https://gist.github.com/Raymo111/91ffd256b7aca6a85e8a99d6331d3b7b
2021-05-15Systemd patch (#163)affficionado
* update system service location * update binary location * Add hint for systemd-service and install-dir
2020-03-11changed sbin to usr/bin in service filePhilipp Hemmelmayr
2019-09-02update service file according to findings in #121Philipp Hemmelmayr
2019-02-07[update] mv service file to specific dir(system)Pavan Jadhaw