14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
|
# SPDX-FileCopyrightText: no
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
#
|
||
|
# Systemd services manipulation.
|
||
|
#
|
||
|
# This module can enable services, timers and targets for systemd
|
||
|
# (if packaging doesn't already do that). It can also
|
||
|
# disable services and targets as well as mask units.
|
||
|
|
||
|
timers:
|
||
|
- name: "fstrim"
|
||
|
mandatory: false
|
||
|
|