mirror of
https://github.com/khadas/fenix.git
synced 2025-08-17 21:38:35 +00:00
18 lines
479 B
Desktop File
18 lines
479 B
Desktop File
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Khadas reboot test service
|
|
#After=systemd-update-utmp-runlevel.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/reboot-test-handle.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|