Re: Systemd for dummies

2015-05-27 Thread Gary Roach
On 05/25/2015 07:07 PM, Gary Roach wrote: I upgraded to Jessie recently and lost my BackupPC setup and my rsyncd setup. I found that both succumbed to the change over from inet.d to Systemd. None of the documentation mentions anything about systemd setup. I found some script for rsync to write

Re: Systemd for dummies

2015-05-27 Thread Jonathan Dowland
On Wed, May 27, 2015 at 03:52:38PM +0530, Kushal Kumaran wrote: > You do get switched to systemd on upgrades, which is consistent with > what I saw during my upgrade. This is mentioned in the release notes: > > https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#syst

Re: Systemd for dummies

2015-05-27 Thread Kushal Kumaran
Jonathan Dowland writes: > On Mon, May 25, 2015 at 07:07:07PM -0700, Gary Roach wrote: >> I upgraded to Jessie recently and lost my BackupPC setup and my rsyncd setup. >> I found that both succumbed to the change over from inet.d to Systemd. > > That's strange. Systemd is supposed to be default f

Re: Systemd for dummies

2015-05-27 Thread Jonathan Dowland
On Mon, May 25, 2015 at 07:07:07PM -0700, Gary Roach wrote: > I upgraded to Jessie recently and lost my BackupPC setup and my rsyncd setup. > I found that both succumbed to the change over from inet.d to Systemd. That's strange. Systemd is supposed to be default for new installs but you should not

Re: Systemd for dummies

2015-05-27 Thread Jonathan de Boyne Pollard
Gary Roach: I found some script for rsync to write rsyincd.socket andrsyncd.service and put them in /lib/systemd/system directory. That was wrong. Locally made, non-packaged, unit files belong in /etc/systemd/system/ . /lib/systemd/ is the province of package-controlled stuff, which your

Re: Systemd for dummies

2015-05-25 Thread Petter Adsen
On Mon, 25 May 2015 19:07:07 -0700 Gary Roach wrote: > I upgraded to Jessie recently and lost my BackupPC setup and my > rsyncd setup. I found that both succumbed to the change over from > inet.d to Systemd. None of the documentation mentions anything about > systemd setup. I found some script fo

Systemd for dummies

2015-05-25 Thread Gary Roach
I upgraded to Jessie recently and lost my BackupPC setup and my rsyncd setup. I found that both succumbed to the change over from inet.d to Systemd. None of the documentation mentions anything about systemd setup. I found some script for rsync to write rsyincd.socket and rsyncd.service and put