18 lines
450 B
Desktop File
18 lines
450 B
Desktop File
[Unit]
|
|
Description=ECU Tests Runner
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/pi/ecu_tests
|
|
ExecStart=/home/pi/ecu_tests/scripts/run_tests.sh
|
|
User=pi
|
|
Group=pi
|
|
Environment=ECU_TESTS_CONFIG=/home/pi/ecu_tests/config/test_config.yaml
|
|
StandardOutput=append:/home/pi/ecu_tests/reports/service.log
|
|
StandardError=append:/home/pi/ecu_tests/reports/service.err
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|