]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/capsule@.service.in
Merge pull request #32869 from keszybz/dbus-release-session
[thirdparty/systemd.git] / units / capsule@.service.in
CommitLineData
9b94ae83
LP
1# SPDX-License-Identifier: LGPL-2.1-or-later
2#
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
10[Unit]
11Description=Capsule Service Manager for %i
12Documentation=man:capsule@.service(5)
13After=dbus.service systemd-oomd.service
14
15[Service]
16User=c-%i
17DynamicUser=yes
18Type=notify-reload
19ExecStart={{LIBEXECDIR}}/systemd --user --unit=capsule@%i.target
20Environment=HOME=/var/lib/capsules/%i
21Environment=XDG_RUNTIME_DIR=/run/capsules/%i
22StateDirectory=capsules/%i
23RuntimeDirectory=capsules/%i
24LogExtraFields=CAPSULE=%i
25Slice=capsule.slice
26KillMode=mixed
27Delegate=pids memory cpu
28DelegateSubgroup=init.scope
29TasksMax=infinity
30TimeoutStopSec={{ DEFAULT_USER_TIMEOUT_SEC*4//3 }}s
31KeyringMode=inherit
32OOMScoreAdjust=100
33MemoryPressureWatch=skip