[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Non-DoD Source] Re: Subversion Logging for RHEL systemd

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Tue, 18 Jun 2019 14:33:28 +0200

Guten Tag Miller, Christopher M CIV USARMY MEDCOM AISR (US),
am Dienstag, 18. Juni 2019 um 13:53 schrieben Sie:

> I'm still learning systemd and not sure how to setup logging with
> svnserve, so that it runs in the background continuously.

Either you are asking for how to setup svnserve using systemd in
general OR you are specifically asking for how to enable logging for
svnserve. Both topics are independant of each other, that's my
point.

How to enable logging is answered in your SO-question already, an
example for systemd instead could be like the following:

> [Unit]
> Description=[...]
> Requires=network-online.target
> After=network-online.target
>
> [Install]
> WantedBy=multi-user.target
>
> [Service]
> WorkingDirectory=/home/[...]
> ExecStart=/usr/bin/svnserve --daemon --root /home/[...] --log-file [...] --listen-host [...] --listen-port [...]
>
> Type=forking
> Restart=on-failure
> RestartSec=30
>
> User=[...]
> Group=[...]
>
> # http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html
> UMask=0002

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail: Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2019-06-18 14:33:44 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.