Skip to content

System D unit not being created on clean install (Unit sunshine.service not found) #4243

@Subsonic-dev

Description

@Subsonic-dev

Is there an existing issue for this?

  • I have searched the existing issues

Is your issue described in the documentation?

  • I have read the documentation

Is your issue present in the latest beta/pre-release?

This issue is present in the latest pre-release

Describe the Bug

Brand new install on Debian Trixie using the latest pre release build v2025.628.4510 but after installing this I am unable to start sunshine as I get the following error:

Failed to start sunshine.service: Unit sunshine.service not found.

This will also prevent it starting on boot.

I have tried other pre release build v2025.828.181854 as the latest stable build does not yet support Trixie. It has the same issue.

I resolved the issue in the discord server thread here by manually creating the service:


[Unit]
Description=Sunshine Service
After=network.target
[Service]
ExecStart=/usr/bin/sunshine
Restart=on-failure
[Install]
WantedBy=multi-user.target

sudo systemctl daemon-reload
sudo systemctl enable sunshine.service
sudo systemctl start sunshine.service

I did not think on this further until another discord user reported having the same issue on Arch Linux. They also had to manually create the service file.

Expected Behavior

sunshine.service should be created

Additional Context

User blue.c on discord has also reported that a clean install on Arch and derivatives like CachyOS using the LizardByte repo has the same issue for them.

Host Operating System

Linux

Operating System Version

Debian 13

Architecture

amd64/x86_64

Sunshine commit or version

2025.829.135256

Package

Linux - deb

GPU Type

AMD

GPU Model

RX 6600XT

GPU Driver/Mesa Version

25.0.7-2

Capture Method

KMS (Linux)

Config

Apps

Relevant log output

No logs created. Will try to recreate in a fresh Debian 13 VM with DPKG flags to log install.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions