For reference, here's how xdg-autostart converted systemd unit looks like: ``` # Automatically gene

For reference, here's how xdg-autostart converted systemd unit looks like:

# Automatically generated by systemd-xdg-autostart-generator

[Unit]
Documentation=man:systemd-xdg-autostart-generator(8)
SourcePath=/etc/xdg/autostart/Discord-gidro.desktop
PartOf=graphical-session.target

Description=Discord
After=graphical-session.target

[Service]
Type=exec
ExitType=cgroup
ExecStart=:/usr/bin/flatpak run com.discordapp.Discord --start-minimized
Restart=no
TimeoutStopSec=5s
Slice=app.slice


Maybe you can use this info into making your modification even better
Was this page helpful?