1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00
systemd/test/TEST-22-TMPFILES/testsuite.service
2018-03-05 21:49:11 +01:00

9 lines
156 B
Desktop File

[Unit]
Description=Testsuite service
After=multi-user.target
[Service]
WorkingDirectory=/testsuite
ExecStart=/testsuite/run-tmpfiles-tests.sh
Type=oneshot