mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-02 11:26:55 +02:00
Organize data files that hook into other packages
This commit is contained in:

committed by
afayaz-feral

parent
1e24067430
commit
898ab01924
1
data/systemd/sysusers.d/gamemode.conf.in
Normal file
1
data/systemd/sysusers.d/gamemode.conf.in
Normal file
@@ -0,0 +1 @@
|
||||
g @GAMEMODE_PRIVILEGED_GROUP@ - -
|
11
data/systemd/user/gamemoded.service.in
Normal file
11
data/systemd/user/gamemoded.service.in
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=gamemoded
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=com.feralinteractive.GameMode
|
||||
NotifyAccess=main
|
||||
ExecStart=@BINDIR@/gamemoded
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Reference in New Issue
Block a user