Go to advanced search

by harrytheginger
Wed Jan 16, 2019 12:49 am
Forum: General programming discussion
Topic: Starting programs before login
Replies: 13
Views: 12219

Re: Starting programs before login

On jessie I use systemd to start my services. Create a systemd service file. It will look a bit like this: [Unit] Description=My Background Process. After=network.target [Service] ExecStart=/path/to/MyBackgoundProcessExecutable WorkingDirectory=/path/to/directory/MyBackgoundProcessExecutable/should...

Go to advanced search