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.schoen...@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