summaryrefslogtreecommitdiff
path: root/test/units/testsuite-52.sh
blob: ea133dbaadf6a0fefb677882e1bea92b0225744a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -ex
set -o pipefail

systemd-analyze log-level debug
systemd-analyze log-target console

systemctl enable test-honor-first-shutdown.service
systemctl start test-honor-first-shutdown.service

echo OK >/testok

exit 0