summaryrefslogtreecommitdiff
path: root/units/tizen-journal-flush.service.m4
blob: aa5a95fa16982ba8e092f7939ed9bccb1659adbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#  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
m4_ifdef(`SMACK_LABEL',
SmackProcessLabel=system-plugin-common::script
)m4_dnl