mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
8 lines
111 B
SYSTEMD
8 lines
111 B
SYSTEMD
|
[Unit]
|
||
|
Description=Testsuite service
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/test-dropin.sh
|
||
|
Type=oneshot
|