forked from Spark/ssm-services
moved the config for devfs helpers
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
|
||||
service_type='oneshot'
|
||||
|
||||
# Config
|
||||
cfg_links=(
|
||||
'/proc/self/fd;/dev/fd'
|
||||
)
|
||||
# Config moved to conf.d
|
||||
|
||||
start() {
|
||||
for l in "${cfg_links[@]}"; do
|
||||
|
@@ -4,12 +4,7 @@
|
||||
|
||||
service_type='oneshot'
|
||||
|
||||
# Config
|
||||
cfg_devices=(
|
||||
'/dev/snd;root:audio;770'
|
||||
'/dev/dri;root:video;770'
|
||||
'/dev/fuse;root:root;777'
|
||||
)
|
||||
# Config moved to conf.d
|
||||
|
||||
start() {
|
||||
for d in "${cfg_devices[@]}"; do
|
||||
|
Reference in New Issue
Block a user