On Thu, 22.07.10 19:41, Toshio Kuratomi (a.bad...@gmail.com) wrote:

> > if [ $1 -eq 1 ] ; then
> >         # For new installations, hook unit file into the appropriate places 
> > via symlinks
> >         /usr/bin/systemd-install enable --realize=reload %{unit 
> > name}.service > /dev/null 2>&1 || :
> > else
> >         # For old installations, just reload the configuration, don't 
> > change symlinks
> >         /bin/bin/systemd-install realize --realize=reload %{unit 
> > name}.service > /dev/null 2>&1 || :
> > fi        
> > 
> My impression from the documentation is that systemd-install enable will
> cause the service to be enabled on the next reboot.  Is that not
> correct?

Yes, unless you aks the init system to reload.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to