On Tue, Feb 16, 2016 at 02:50:48PM -0500, Leo Famulari wrote: > On Tue, Feb 16, 2016 at 05:51:37PM +0100, Andreas Enge wrote: > > On Tue, Feb 16, 2016 at 11:19:34AM -0500, myglc2 wrote: > > > "Thompson, David" <dthomps...@worcester.edu> writes: > > > > What didn't work, exactly? I've personally done this on systemd > > > > setups and it works fine. > > > When I reboot my Debian 8 server, guix-daemon is not running. > > > > I had the same experience on my arm machines. So this might be a real bug. > > Or does one need to do more than copy the file and reboot? > > Standard systemd service installation: > > $ cp foo.service where-you-want-it && systemctl daemon-reload && systemctl > start foo.service > > No reboot is necessary.
I forgot a step: $ cp foo.service where-you-want it && systemctl daemon-reload \ && systemctl enable foo && systemctl start foo You can start foo without enabling, but enabling is what makes it start automatically. > > > > > Andreas > > > > > > > > > > >