Skip to content

Commit 301a918

Browse files
committed
cleanup
1 parent 8f0bb16 commit 301a918

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/explanation/services-daemons.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In addition to the above types of daemon or service, the following can be set to
6262
* - ``restart-delay``
6363
- The delay between service restarts. Defaults to unset. See the systemd.service manual on RestartSec for details. Time duration units can be ``10ns``, ``10us``, ``10ms``, ``10s``, ``10m``.
6464
* - ``sockets``
65-
- Requires an activated daemon socket, and works with the `network-bind interface </t/the-network-bind-interface/7881>`__ to map a daemon’s socket to a service and activate it.
65+
- Requires an activated daemon socket, and works with the :external+snap:ref:`network-bind interface <interfaces-network-interface>` to map a daemon’s socket to a service and activate it.
6666
* - ``socket-mode``
6767
- The mode of a socket in octal.
6868
* - ``start-timeout``
@@ -74,12 +74,10 @@ In addition to the above types of daemon or service, the following can be set to
7474
* - ``stop-timeout``
7575
- The length of time to wait before terminating a service. Time duration units can be ``10ns``, ``10us``, ``10ms``, ``10s``, ``10m``. Termination is via ``SIGTERM`` (and ``SIGKILL`` if that doesn’t work).
7676
* - ``timer``
77-
- Declares that the service is activated by a timer and that the app must be a daemon. See `Timer string format </t/timer-string-format/6562>`__ for syntax examples.
77+
- Declares that the service is activated by a timer and that the app must be a daemon. See :external+snap:ref:`Timer string format <interfaces-timer-string-format>` for syntax examples.
7878
* - ``watchdog-timeout``
7979
- This value declares the service watchdog timeout. For watchdog to work, the application requires access to the *systemd* notification socket, which can be declared by listing a daemon-notify plug in the plugs section. Time duration units can be ``10ns``, ``10us``, ``10ms``, ``10s``, ``10m``.
8080

81-
For further details, see `Snapcraft app and service metadata </t/snapcraft-app-and-service-metadata/8335>`__.
82-
8381
Daemons and D-Bus
8482
-------------------
8583

0 commit comments

Comments
 (0)