mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
11 lines
206 B
Desktop File
11 lines
206 B
Desktop File
[Unit]
|
|
Description=Testsuite service
|
|
After=systemd-tmpfiles-setup.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/testsuite
|
|
ExecStart=/testsuite/run-tmpfiles-tests.sh
|
|
Type=oneshot
|
|
StandardOutput=tty
|
|
StandardError=tty
|