Re: [sheepdog] [PATCH v1] fix systemd service to run sheep in foreground and with defaults

2015-04-13 Thread Vasiliy Tolstov
2015-04-10 19:33 GMT+03:00 Vasiliy Tolstov : > we can make compromiss with debian ubuntu and fedora and use same > variables.. what do you think? > >> This should probably be @SBINDIR@/sheep. >> > thanks > >>> +LimitNOFILE=83 >> >> Isn't this redundant given the recent setrlimit changes? > > Ye

Re: [sheepdog] [PATCH v1] fix systemd service to run sheep in foreground and with defaults

2015-04-09 Thread Alexander Guy
On Wed, Apr 08, 2015 at 09:27:50AM +0300, Vasiliy Tolstov wrote: > 2015-04-08 9:22 GMT+03:00 Liu Yuan : > > I am no guru of systemd but I noticed '--cluster local'. Does it mean we run > > sheep by local driver for default setup? Local driver is basically for > > testing > > for a single node clus

Re: [sheepdog] [PATCH v1] fix systemd service to run sheep in foreground and with defaults

2015-04-07 Thread Vasiliy Tolstov
2015-04-08 9:22 GMT+03:00 Liu Yuan : > I am no guru of systemd but I noticed '--cluster local'. Does it mean we run > sheep by local driver for default setup? Local driver is basically for testing > for a single node cluster, in which sense, it would be bad idea to make local > driver as default, b

Re: [sheepdog] [PATCH v1] fix systemd service to run sheep in foreground and with defaults

2015-04-07 Thread Liu Yuan
On Wed, Apr 08, 2015 at 09:26:05AM +0300, Vasiliy Tolstov wrote: > sheepdog now able to run in foreground, so use this in systemd service, > also remove running shell script to get defaults, because it provided > in service file now. > > Signed-off-by: Vasiliy Tolstov > --- > script/sheepdog.ser

[sheepdog] [PATCH v1] fix systemd service to run sheep in foreground and with defaults

2015-04-07 Thread Vasiliy Tolstov
sheepdog now able to run in foreground, so use this in systemd service, also remove running shell script to get defaults, because it provided in service file now. Signed-off-by: Vasiliy Tolstov --- script/sheepdog.service.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git