This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=IPv4 DHCP server on %i | |
After=network.target network-online.target | |
Wants=network-online.target | |
[Service] | |
Type=forking | |
ExecStartPre=/usr/bin/touch /var/lib/dhcp/dhcpd@%i.leases | |
ExecStart=/usr/bin/dhcpd -4 -q -cf /etc/dhcpd.conf.d/%i.conf -pf /run/dhcpd4/dhcpd@%i.pid -lf /var/lib/dhcp/dhcpd@%i.leases %i | |
RuntimeDirectory=dhcpd4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ANDROID_SERIAL= | |
ro.build.version.release=5.1.1 | |
TAG=android-5.1.1_r1 | |
SERVICE=audio | |
SERVICE_PACKAGE=android.media.IAudioService | |
1 void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, String callingPackage) | |
2 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage) | |
3 void adjustMasterVolume(int direction, int flags, String callingPackage) | |
4 void setStreamVolume(int streamType, int index, int flags, String callingPackage) | |
5 oneway void setRemoteStreamVolume(int index) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Name=YouTube TV | |
StartupWMClass=Google-chrome | |
Exec=env LD_PRELOAD=/usr/lib/libmodeswitch_inhibitor.so /usr/bin/google-chrome-stable --user-agent=\"Mozilla/5.0 (SMART-TV; Linux; Tizen 4.0.0.2) AppleWebkit/605.1.15 (KHTML, like Gecko)\" --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --enable-accelerated-video-decode --enable-features=VaapiVideoDecoder --use-vulkan --kiosk --app=https://www.youtube.com/tv#/ --windows-size=1920,1080 | |
StartupNotify=true | |
Terminal=false | |
Icon=youtube | |
Type=Application | |
Categories=Network;WebBrowser; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Reese Wang <thuwrx10 at gmail dot com> | |
# Contributor: Adam Nielsen <[email protected]> | |
# Maintainer: Adam Nielsen <[email protected]> | |
# | |
# After install, launch by running /usr/bin/hpe_ltt | |
# | |
pkgname=hpltt | |
pkgver=6.3 |