forked from Spark/ssm-services
commit
3d5a93b86e
5
conf.d/ldm.sh
Normal file
5
conf.d/ldm.sh
Normal 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" )
|
5
init.d/atd
Normal file
5
init.d/atd
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/atd'
|
||||
service_args=( -f )
|
5
init.d/ldm
Normal file
5
init.d/ldm
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
depends systemd-udevd || return 1
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/ldm'
|
Loading…
Reference in New Issue
Block a user