Closed dougg0k closed 1 month ago
Hi,
What would be the proper way to setup a .service for systemd, to run dlauncher?
.service
dlauncher
I've tried
[Unit] Description=Initialize dlauncher [Service] Type=Simple ExecStart=/usr/bin/dlauncher ExecStop=/usr/bin/pkill dlauncher RemainAfterExit=yes KillSignal=SIGINT [Install] WantedBy=graphical-session.target
But the service fail with the error thread 'main' panicked at 'you are homeless: NotPresent', src/launcher/util/config.rs:100:38
thread 'main' panicked at 'you are homeless: NotPresent', src/launcher/util/config.rs:100:38
Hi,
What would be the proper way to setup a
.service
for systemd, to rundlauncher
?I've tried
But the service fail with the error
thread 'main' panicked at 'you are homeless: NotPresent', src/launcher/util/config.rs:100:38