mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-odroid-c2: add service file
This commit is contained in:
parent
0fa63602e5
commit
3ebecd62d1
1 changed files with 10 additions and 0 deletions
10
core/linux-odroid-c2/amlogic.service
Normal file
10
core/linux-odroid-c2/amlogic.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=AMlogic HDMI Initialization
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/amlogic.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue