mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-10-29 22:43:48 +00:00
11 lines
159 B
SYSTEMD
11 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=AMlogic HDMI Initialization
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/amlogic.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|