command line - Startup several applications on boot (each in their own terminal) + Auto-Mount Harddisk - Ask Ubuntu
when boot linux server, have run following things manually:
- start our mc server single command line
- start telegram bot single command line
- start dns update client single command line
- (login harddrive)
what approach automate process? i've seen "minecraft startup scrips", contain lot of lines of code absolutely unnecessary in case. use own slim server-manager can run simple command.
the goal is, boot server , gets done automatically, after logged in user (i'm user on system).
simply go start applications
, , add new entry, name wish , write following in command box:
gnome-terminal -e "command"
*instead of gnome-terminal
can use whichever terminal like. substitute command of commands, easier 1 command per entry.
Comments
Post a Comment