mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
10 lines
230 B
Desktop File
10 lines
230 B
Desktop File
[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
|