summaryrefslogtreecommitdiff
path: root/units/tizen-journal-flush.service
blob: 9a2d2ee94c94754501c84ded1507f0d131657e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
#  This file is copied from systemd to modify.

[Unit]
Description=Trigger Flushing of Journal to Persistent Storage
Documentation=man:systemd-journald.service(8) man:journald.conf(5)
Requires=systemd-journald.service
After=systemd-journald.service default.target

[Service]
ExecStart=/usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
Type=oneshot