mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
main: Start splitting out root daemon from main
This commit is contained in:
parent
35d33d0074
commit
ff6aa760ca
6 changed files with 166 additions and 84 deletions
|
@ -1,5 +1,5 @@
|
|||
[D-BUS Service]
|
||||
Name=com.steampowered.SteamOSManager1
|
||||
Exec=/usr/lib/steamos-manager
|
||||
Exec=/usr/lib/steamos-manager -r
|
||||
User=root
|
||||
SystemdService=steamos-manager.service
|
||||
|
|
|
@ -7,7 +7,7 @@ After=steamos-log-submitter.service
|
|||
Type=dbus
|
||||
BusName=com.steampowered.SteamOSManager1
|
||||
Environment=RUST_LOG='INFO'
|
||||
ExecStart=/usr/lib/steamos-manager
|
||||
ExecStart=/usr/lib/steamos-manager -r
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue