Skip to content

How to launch SQLPage in a particular folder on Linux Mint at the booting ? #603

Answered by lovasoa
ThierryM asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The problem with using "Startup Applications" in Gnome for launching applications like SQLPage is that it doesn't provide the same level of control as a dedicated system service. "Startup Applications" is more suitable for graphical applications or user-level processes, but for a service like SQLPage, it's better to define a systemd service. This ensures that the application launches with the correct environment and configurations.

Here’s a guide on how to set up SQLPage to launch automatically using systemd:

Steps to Create a Systemd Service for SQLPage

  1. Create a systemd service file:

    You'll need to create a service file in /etc/systemd/system/. This file will define how and when SQ…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lovasoa
Comment options

Answer selected by ThierryM
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants