mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-17 19:56:41 -04:00
data: Add user systemd service
This commit is contained in:
parent
42443b872f
commit
9339169d27
1 changed files with 11 additions and 0 deletions
11
data/user-steamos-manager.service
Normal file
11
data/user-steamos-manager.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=SteamOS Manager Daemon
|
||||||
|
After=gamescope.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=dbus
|
||||||
|
BusName=com.steampowered.SteamOSManager1
|
||||||
|
Environment=RUST_LOG='INFO'
|
||||||
|
ExecStart=/usr/lib/steamos-manager
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=1
|
Loading…
Add table
Add a link
Reference in a new issue