Merge pull request #2 from AladW/master

New services
This commit is contained in:
Jack L. Frost 2015-09-09 14:39:53 +03:00
commit 3d5a93b86e
3 changed files with 15 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" )

5
init.d/atd Normal file
View 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
View File

@ -0,0 +1,5 @@
#!/usr/bin/env watchman
depends systemd-udevd || return 1
#service_respawn='true'
service_command='/usr/bin/ldm'