Re: Create an rsyncd.service fedora 16

2011-11-28 Thread David Highley
"David Highley wrote:" > > "T.C. Hollingsworth wrote:" Thanks to T.C. Hollingsworth for helping us implement this service. Steps to creating an rsyncd service that works with systemd on fedora 16. Create configuration for rsyncd server. - mkdir /etc/rsyncd - touch /etc/rsyncd.motd - touch /etc/r

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread David Highley
"T.C. Hollingsworth wrote:" > > On Mon, Nov 28, 2011 at 10:42 AM, David Highley > wrote: > > "David Highley wrote:" > >> Looked at the openvpn@.service script and see the type=forking > >> statement. We added this but with the above issue not able to tell if it > >> helped. The document on system

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread T.C. Hollingsworth
On Mon, Nov 28, 2011 at 10:42 AM, David Highley wrote: > "David Highley wrote:" >> Looked at the openvpn@.service script and see the type=forking >> statement. We added this but with the above issue not able to tell if it >> helped. The document on systemd.exec still leaves us wondering where and

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread David Highley
"David Highley wrote:" > > "T.C. Hollingsworth wrote:" > > > > On Mon, Nov 28, 2011 at 9:02 AM, David Highley > > wrote: > > > "David Highley wrote:" > > >> "T.C. Hollingsworth wrote:" > > >> > For more information on converting inetd services to systemd units, > > >> > see: > > >> > http://0po

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread David Highley
"T.C. Hollingsworth wrote:" > > On Mon, Nov 28, 2011 at 9:02 AM, David Highley > wrote: > > "David Highley wrote:" > >> "T.C. Hollingsworth wrote:" > >> > For more information on converting inetd services to systemd units, see: > >> > http://0pointer.de/blog/projects/inetd.html > > > > It appears

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread T.C. Hollingsworth
On Mon, Nov 28, 2011 at 9:02 AM, David Highley wrote: > "David Highley wrote:" >> "T.C. Hollingsworth wrote:" >> > For more information on converting inetd services to systemd units, see: >> > http://0pointer.de/blog/projects/inetd.html > > It appears that this example maybe out of date. Looks lik

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread T.C. Hollingsworth
On Mon, Nov 28, 2011 at 7:29 AM, David Highley wrote: > "T.C. Hollingsworth wrote:" >> On Sun, Nov 27, 2011 at 8:35 PM, David Highley >> wrote: >> > [Unit] >> > Description=rsyncd Rsync Daemon >> > After=syslog.target network.target >> > DefaultDependencies=no >> >> Why are you overriding default

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread T.C. Hollingsworth
On Mon, Nov 28, 2011 at 7:29 AM, David Highley wrote: > Did a disable on service. Made the changes. Reloaded systemd. Re-enabled. > service. Now when attempt to start: > systemctl start rsyncd@.service > Failed to issue method call: Unit name rsyncd@.service is not valid. You can't start rsyncd t

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread David Highley
"David Highley wrote:" > > "T.C. Hollingsworth wrote:" > > > > On Sun, Nov 27, 2011 at 8:35 PM, David Highley > > wrote: > > > We are trying to create an rsyncd.service with fedora 16. We can get the > > > process to start but it acts like it never opens the socket and exits a > > > short time l

Re: Create an rsyncd.service fedora 16

2011-11-28 Thread David Highley
"T.C. Hollingsworth wrote:" > > On Sun, Nov 27, 2011 at 8:35 PM, David Highley > wrote: > > We are trying to create an rsyncd.service with fedora 16. We can get the > > process to start but it acts like it never opens the socket and exits a > > short time later. The two files we have are below. >

Re: Create an rsyncd.service fedora 16

2011-11-27 Thread T.C. Hollingsworth
On Sun, Nov 27, 2011 at 8:35 PM, David Highley wrote: > We are trying to create an rsyncd.service with fedora 16. We can get the > process to start but it acts like it never opens the socket and exits a > short time later. The two files we have are below. > > rsyncd.socket: > [Unit] > Description=

Create an rsyncd.service fedora 16

2011-11-27 Thread David Highley
We are trying to create an rsyncd.service with fedora 16. We can get the process to start but it acts like it never opens the socket and exits a short time later. The two files we have are below. rsyncd.socket: [Unit] Description=rsyncd Service Sockets [Socket] ListenStream=873 [Install] WantedB