<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://home-server-advices.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://home-server-advices.ru/feed.php">
        <title>home-server-advices - linux:services</title>
        <description></description>
        <link>https://home-server-advices.ru/</link>
        <image rdf:resource="https://home-server-advices.ru/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-30T00:44:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://home-server-advices.ru/doku.php?id=linux:services:angie&amp;rev=1755899127&amp;do=diff"/>
                <rdf:li rdf:resource="https://home-server-advices.ru/doku.php?id=linux:services:systemd&amp;rev=1756244150&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://home-server-advices.ru/lib/exe/fetch.php?media=logo.png">
        <title>home-server-advices</title>
        <link>https://home-server-advices.ru/</link>
        <url>https://home-server-advices.ru/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://home-server-advices.ru/doku.php?id=linux:services:angie&amp;rev=1755899127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-22T21:45:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>angie</title>
        <link>https://home-server-advices.ru/doku.php?id=linux:services:angie&amp;rev=1755899127&amp;do=diff</link>
        <description>Установка angie
apt-get update
apt-get install -y ca-certificates curl
curl -o /etc/apt/trusted.gpg.d/angie-signing.gpg https://angie.software/keys/angie-signing.gpg
echo &quot;deb https://download.angie.software/angie/$(. /etc/os-release &amp;&amp; echo &quot;$ID/$VERSION_ID $VERSION_CODENAME&quot;) main&quot; |tee /etc/apt/sources.list.d/angie.list &gt; /dev/null
apt-get update
apt-get install -y angie</description>
    </item>
    <item rdf:about="https://home-server-advices.ru/doku.php?id=linux:services:systemd&amp;rev=1756244150&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-26T21:35:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>systemd</title>
        <link>https://home-server-advices.ru/doku.php?id=linux:services:systemd&amp;rev=1756244150&amp;do=diff</link>
        <description>Создание кастомного сервиса

Создать файл в директории  /lib/systemd/system/  с названием сервиса custom-name.service

В файле записать:


[Unit]
  Description=custom-name
  Wants=network-online.target
  After=network.target network-online.target
[Service]
  User=user_name
  Group=user_name
  WorkingDirectory=/path/to/service/custom-name
  ExecStart=/path/to/service/custom-name.sh
  KillMode=process
  SyslogIdentifier=custom-name
  SyslogFacility=daemon
 
  Restart=on-failure
  RestartSec=5s
  
…</description>
    </item>
</rdf:RDF>
