mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Gentoo doesn't use systemd. `libelogind` or `basu` implement some aspects of systemd, so we use that on Gentoo (or rather when `libsystemd` is not available but `libelogind` or `basu` is). Patch from https://forums.gentoo.org/viewtopic.php?p=8850566. See also https://community.software.sil.org/t/keyman-for-gentoo-linux/9615. Cherry-pick-of: #12889
8 lines
232 B
Text
8 lines
232 B
Text
# /usr/share/dbus-1/system-services/com.keyman.SystemService1.service
|
|
# This version used with systemd (e.g. on Debian)
|
|
|
|
[D-BUS Service]
|
|
Name=com.keyman.SystemService1
|
|
Exec=/bin/false
|
|
User=root
|
|
SystemdService=systemd-keyman.service
|