data: Add user systemd service

This commit is contained in:
Vicki Pfau 2024-05-01 20:11:00 -07:00
parent 42443b872f
commit 9339169d27

View 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