Initial commit
This commit is contained in:
commit
df5befa9d1
45 changed files with 2030 additions and 0 deletions
10
root-fs/etc/systemd/system/reset_coproc.service
Normal file
10
root-fs/etc/systemd/system/reset_coproc.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Reset Coprocessor
|
||||
After=systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/wallaby_reset_coproc
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in a new issue