systemd.scope(5)


NAME

   systemd.scope - Scope unit configuration

SYNOPSIS

   scope.scope

DESCRIPTION

   Scope units are not configured via unit configuration files, but are
   only created programmatically using the bus interfaces of systemd. They
   are named similar to filenames. A unit whose name ends in ".scope"
   refers to a scope unit. Scopes units manage a set of system processes.
   Unlike service units, scope units manage externally created processes,
   and do not fork off processes on its own.

   The main purpose of scope units is grouping worker processes of a
   system service for organization and for managing resources.

   systemd-run --scope may be used to easily launch a command in a new
   scope unit from the command line.

   See the New Control Group Interfaces[1] for an introduction on how to
   make use of scope units from programs.

AUTOMATIC DEPENDENCIES

   Unless DefaultDependencies=false is used, scope units will implicitly
   have dependencies of type Conflicts= and Before= on shutdown.target.
   These ensure that scope units are removed prior to system shutdown.
   Only scope units involved with early boot or late system shutdown
   should disable this option.

   Additional implicit dependencies may be added as result of resource
   control parameters as documented in systemd.resource-control(5).

SEE ALSO

   systemd(1), systemd-run(1), systemd.unit(5), systemd.resource-
   control(5), systemd.service(5), systemd.directives(7).

NOTES

    1. New Control Group Interfaces
       http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/


More Linux Commands

manpages/gnutls_openpgp_crt_verify_ring.3.html
gnutls_openpgp_crt_verify_ring(3) - API function (Man Page)
Verify all signatures in the key, using the given set of keys (keyring). The key verification output will be put in verify and will be one or more of the gnutls

manpages/bluetoothd.8.html
bluetoothd(8) - Bluetooth daemon (Admin - Linux man page)...
This manual page documents briefly the bluetoothd daemon, which manages all the Bluetooth devices. bluetoothd can also provide a number of services via the D-Bu

manpages/user-dirs.dirs.5.html
user-dirs.dirs(5) settings for XDG user dirs (Man Page).....
The $HOME/.config/user-dirs.dirs file is a text file that contains the user-specific values for the XDG user dirs. It is created and updated by the xdg-user-dir

manpages/ssh-pkcs11-helper.8.html
ssh-pkcs11-helper(8) - ssh-agent helper program for PKCS#11
ssh-pkcs11-helper is used by ssh-agent(1) to access keys provided by a PKCS#11 token. ssh-pkcs11-helper is not intended to be invoked by the user, but from ssh-

manpages/svcudp_bufcreate.3.html
svcudp_bufcreate(3) - library routines for remote procedure
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/tanh.3.html
tanh(3) - hyperbolic tangent function - Linux manual page...
The tanh() function returns the hyperbolic tangent of x, which is defined mathematically as: tanh(x) = sinh(x) / cosh(x) RETURN VALUE On success, these function

manpages/lgamma_r.3.html
lgamma_r(3) - log gamma function (Library - Linux man page)
For the definition of the Gamma function, see tgamma(3). The lgamma() function returns the natural logarithm of the absolute value of the Gamma function. The si

manpages/ldap_sort_entries.3.html
ldap_sort_entries(3) - LDAP sorting routines (deprecated)...
The ldap_sort_entries(), ldap_sort_values(), and ldap_sort_strcasecmp() are deprecated. Deprecated interfaces generally remain in the library. The macro LDAP_DE

manpages/XCheckTypedWindowEvent.3.html
XCheckTypedWindowEvent(3) - select events by type (ManPage)
The XNextEvent function copies the first event from the event queue into the specified XEvent structure and then removes it from the queue. If the event queue i

manpages/FcUcs4ToUtf8.3.html
FcUcs4ToUtf8(3) - convert UCS4 to UTF-8 - Linux manual page
Converts the Unicode char from src into dst and returns the number of bytes needed to encode the char. VERSION Fontconfig version 2.8.0 FcUcs4ToUtf8.3 (Library

manpages/Tk_NameOf3DBorder.3.html
Tk_NameOf3DBorder(3) - draw borders with three-dimensional a
These procedures provide facilities for drawing window borders in a way that produces a three-dimensional appearance. Tk_Alloc3DBorderFromObj allocates colors a

manpages/crontab.5.html
crontab(5) - files used to schedule the execution of program
A crontab file contains instructions for the cron(8) daemon in the following simplified manner: run this command at this time on this date. Each user can define





We can't live, work or learn in freedom unless the software we use is free.