Create ldm.sh

This commit is contained in:
Alad Wenter 2015-09-09 12:20:58 +02:00
parent 6ef5b97beb
commit a324fa5aac
1 changed files with 5 additions and 0 deletions

5
conf.d/ldm.sh Normal file
View File

@ -0,0 +1,5 @@
cfg_uid='1000'
cfg_gid='95'
cfg_mountpoint='/media/'
service_args=( -u "$cfg_uid" -g "$cfg_gid" -p "$cfg_mountpoint" )