Commit 543c0d0b authored by aTc's avatar aTc
Browse files

add ExecStop to systemd service, patch lib to work with 5432

parent 403fef8b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#!/bin/bash
echo -ne \\xe0 | dd conv=notrunc of=/opt/omap5-sgx-ddk-um-linux/lib/libsrv_um.so.1.14.3699939 bs=1 seek=$((0x98eb))

#DEBHELPER#
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ Before=display-manager.service
[Service]
Type=oneshot
ExecStart=/opt/omap5-sgx-ddk-um-linux/bin/pvrsrvctl --start --no-module
ExecStop=/opt/omap5-sgx-ddk-um-linux/bin/pvrsrvctl --stop --no-module
RemainAfterExit=yes

[Install]