Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #258404
| From | Max Nikulin <manikulin@gmail.com> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: How to run a command / script on startup automatically in linux? |
| Date | 2023-05-16 04:40 +0200 |
| Message-ID | <GvSLv-9cDu-1@gated-at.bofh.it> (permalink) |
| References | <GvKkV-97s9-3@gated-at.bofh.it> <GvKEh-97ze-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 16/05/2023 00:54, Charles Curley wrote:
> On Mon, 15 May 2023 22:44:37 +0530
> "Susmita/Rajib" wrote:
>
>> ExecStart=/etc/rc.local start
>> TimeoutSec=0
>> StandardOutput=tty
>> RemainAfterExit=yes
>> SysVStartPriority=99
>> ExecStart=mousepad
>
> The fact that you have two ExecStart lines in there might have
> something to do with it.
Charles, ExecStart commands are accumulated, see systemd.service(5). To
clear earlier specified value (e.g. in an override config snippet) use
the directive with no command
ExecStart=
Back to the original topic. Anyway it was a bad idea to abuse
rc-local.service. Unless it was a GUI application, it would be better to
create a new .service to be able start, check status, disable the unit
independently.
For mousepad, keywords are most likely "XDG autostart". "No DE" users
usually aware what file should be edited for their window managers.
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to run a command / script on startup automatically in linux? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-05-15 19:40 +0200
Re: How to run a command / script on startup automatically in linux? Greg Wooledge <greg@wooledge.org> - 2023-05-15 19:50 +0200
Re: How to run a command / script on startup automatically in linux? Charles Curley <charlescurley@charlescurley.com> - 2023-05-15 20:50 +0200
Re: How to run a command / script on startup automatically in linux? Greg Wooledge <greg@wooledge.org> - 2023-05-15 21:00 +0200
Re: How to run a command / script on startup automatically in linux? <tomas@tuxteam.de> - 2023-05-16 06:30 +0200
Re: How to run a command / script on startup automatically in linux? Vincent Lefevre <vincent@vinc17.net> - 2023-05-15 21:40 +0200
Re: How to run a command / script on startup automatically in linux? Greg Wooledge <greg@wooledge.org> - 2023-05-15 22:00 +0200
Re: How to run a command / script on startup automatically in linux? Vincent Lefevre <vincent@vinc17.net> - 2023-05-15 23:10 +0200
Editing /etc/rc.local [was: How to run a command / script on startup automatically in linux?] <tomas@tuxteam.de> - 2023-05-16 06:40 +0200
Re: Editing /etc/rc.local [was: How to run a command / script on startup automatically in linux?] Vincent Lefevre <vincent@vinc17.net> - 2023-05-16 11:50 +0200
Re: How to run a command / script on startup automatically in linux? Charles Curley <charlescurley@charlescurley.com> - 2023-05-15 20:00 +0200
Re: How to run a command / script on startup automatically in linux? Max Nikulin <manikulin@gmail.com> - 2023-05-16 04:40 +0200
Re: How to run a command / script on startup automatically in linux? Max Nikulin <manikulin@gmail.com> - 2023-05-16 09:10 +0200
Re: How to run a command / script on startup automatically in linux? Christoph Brinkhaus <c.brinkhaus@t-online.de> - 2023-05-15 20:10 +0200
Re: How to run a command / script on startup automatically in linux? <tomas@tuxteam.de> - 2023-05-15 20:30 +0200
Re: How to run a command / script on startup automatically in linux? Charles Curley <charlescurley@charlescurley.com> - 2023-05-15 20:50 +0200
Re: How to run a command / script on startup automatically in linux? Joe <joe@jretrading.com> - 2023-05-15 21:40 +0200
Re: How to run a command / script on startup automatically in linux? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-05-16 07:50 +0200
Re: How to run a command / script on startup automatically in linux? Vincent Lefevre <vincent@vinc17.net> - 2023-05-16 12:10 +0200
Re: How to run a command / script on startup automatically in linux? Greg Wooledge <greg@wooledge.org> - 2023-05-16 13:20 +0200
Re: How to run a command / script on startup automatically in linux? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-05-16 14:10 +0200
Re: How to run a command / script on startup automatically in linux? "Susmita/Rajib" <bkpsusmitaa@gmail.com> - 2023-05-18 08:10 +0200
csiph-web