How to delay a service startup (i.e. don't run at boot time, but start later)?
Colin Law
clanlaw at gmail.com
Sun Aug 2 20:43:00 UTC 2020
On Sun, 2 Aug 2020 at 20:42, Chris Green <cl at isbd.net> wrote:
>
> On Sun, Aug 02, 2020 at 02:41:54PM +0100, Colin Law wrote:
> > ...
> > sudo systemctl disable theservice
> >
> > then to start it
> >
> > sudo systemctl start theservice
> >
> But will that service be disabled at the next reboot?
Yes, that is what systemctl disable does, disables the autostart on boot.
Would it not have been quicker to test it rather than asking?
Colin
More information about the ubuntu-users
mailing list