| # Copyright 2024 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # | |
| # D-Bus on-demand service specification for disk space daemon (spaced) | |
| # Will be installed into /usr/share/dbus-1/system-services/. | |
| [D-BUS Service] | |
| Name=org.chromium.Spaced | |
| Exec=/sbin/start spaced | |
| User=root |