add sysmgr services
This commit is contained in:
parent
5cef44ad29
commit
4b7a69223b
3
system/var/sysmgr/emacs
Normal file
3
system/var/sysmgr/emacs
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
exec su midfavila -c "emacs --fg-daemon" 2>>/dev/random
|
3
system/var/sysmgr/xdm
Normal file
3
system/var/sysmgr/xdm
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
exec xdm -nodaemon 2>> /var/log/syslog
|
Loading…
Reference in New Issue
Block a user