Ignore:
Timestamp:
06/09/2016 03:56:23 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
138bdf6
Parents:
67b8f149
Message:

[Systemd merge] - Chapter 13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17468 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/svnserver.xml

    r67b8f149 r0098ace6  
    209209      <title>4. Starting the Server</title>
    210210
    211       <para>To start the server at boot time, install the svn bootscript
    212       included in the <xref linkend="bootscripts" revision="sysv"/>
    213       <xref linkend="systemd-units" revision="systemd"/> package.</para>
    214 
    215       <indexterm zone="svnserver svnserver-init">
     211      <para revision="sysv">To start the server at boot time, install the svn
     212      bootscript included in the <xref linkend="bootscripts"/> package.</para>
     213
     214      <para revision="systemd">To start the server at boot time, install the
     215      <filename>svnserve.service</filename> unit from the
     216      <xref linkend="systemd-units"/> package.</para>
     217
     218      <indexterm zone="svnserver svnserver-init" revision="sysv">
    216219        <primary sortas="f-svn">svn</primary>
    217220      </indexterm>
    218221
    219 <screen role="root"><userinput>make install-svn</userinput></screen>
     222<screen role="root" revision="sysv"><userinput>make install-svn</userinput></screen>
     223
     224      <indexterm zone="svnserver svnserver-init" revision="systemd">
     225        <primary sortas="f-svnserve">svnserve</primary>
     226      </indexterm>
     227
     228<screen role="root" revision="systemd"><userinput>make install-svnserve</userinput></screen>
     229
     230      <para revision="systemd">Additionally, the instructions above require
     231      that svn server uses <command>umask 002</command> so that all new files
     232      will be writable by owner and group. This can be achieved by creating
     233      a systemd unit override file by running the following command:</para>
     234
     235<screen role="root" revision="systemd"><userinput>mkdir -p /etc/systemd/system/svnserve.service.d
     236echo "UMask=0002" > /etc/systemd/system/svnserve.service.d/99-user.conf</userinput></screen>
     237
     238      <para revision="systemd">Options which are passed to
     239      <command>svnserve</command> daemon can be changed in
     240      <filename>/etc/default/svnserve</filename>.</para>
    220241
    221242    </sect3>
Note: See TracChangeset for help on using the changeset viewer.