1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00
systemd-stable/test/TEST-22-TMPFILES/testsuite.service

11 lines
206 B
SYSTEMD
Raw Normal View History

2018-03-05 14:32:18 +03:00
[Unit]
Description=Testsuite service
After=systemd-tmpfiles-setup.service
2018-03-05 14:32:18 +03:00
[Service]
WorkingDirectory=/testsuite
ExecStart=/testsuite/run-tmpfiles-tests.sh
Type=oneshot
StandardOutput=tty
StandardError=tty