dtfscripts: Major refactor with more modular service startup

This commit is contained in:
2018-08-26 16:11:25 -05:00
parent 5bb89623dc
commit 8a67f17003
14 changed files with 234 additions and 179 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
export TERMINAL=konsole
export PB_MODULE_ETH_INTERFACE=eno1
export PB_MODULE_WLAN_INTERFACE=wlp5s0
# vim:ft=sh

View File

@@ -0,0 +1,4 @@
#!/bin/sh
export TERMINAL=konsole
# vim:ft=sh