mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-18 12:16:43 -04:00
Added a dbus service file so we can own the com.steampowered.SteamOSManager1 name. Also added a systemd service file Also add a dbus .conf file to allow any process to talk to manager for now.
7 lines
139 B
Desktop File
7 lines
139 B
Desktop File
[Unit]
|
|
Description=SteamOS Manager Daemon
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=com.steampowered.SteamOSManager1
|
|
ExecStart=/usr/lib/steamos-manager
|