All checks were successful
continuous-integration/drone/push Build is passing
15 lines
No EOL
285 B
SYSTEMD
15 lines
No EOL
285 B
SYSTEMD
# /etc/systemd/system/tcp-expire.timer
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# Copyright © 2022 Thorsten Schubert <tschubert@bafh.org>
|
|
|
|
[Unit]
|
|
Description=Remove expired pastes
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
RandomizedDelaySec=120
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |