blob: 31248f17e8acadeb68502642dc3003fa0b91e720 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=TEST-43-PRIVATEUSER-UNPRIV
After=systemd-logind.service user@4711.service
Wants=user@4711.service
[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot
|