如何在 Solaris10 中添加应用程序自动启动
我已经使用 java 创建了我的应用程序。我还创建了 RPM,它在 redhat 中运行良好。在这种情况下,我必须将 application.desktop 文件放在启动目录中以使我的应用程序自动启动。
文件夹结构是 /etc/xdg/Startup
但在Solaris 中这个文件夹结构不存在。那么我必须做什么才能使我的应用程序在Solaris10中自动启动
谢谢 苏尼尔·库马尔·萨胡
I have created my application using java. Also I created RPM which works fine in redhat. In that case I have to put my application.desktop file in startup directory to make my application autostart.
The folder structure is
/etc/xdg/Startup
But in solaris this folder structure doesnot exist. So what I have to do to make my application autostart in solaris10
Thanks
Sunil Kumar Sahoo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您没有指定这一点,但如果您的应用程序是一项服务,应该在计算机启动/重新启动时启动,那么答案是使用 服务管理工具。以下是有关 SMF 的更多信息。
You did not specify this but if you application is a service, which is supposed to start when the machine starts/restarts, then the answer is to use Service Management Facility. Here is some more information on SMF.
Solaris 10 使用旧版本的 gnome,自动启动的应用程序在 /usr/share/gnome/default.session 中定义。
请查看该文件头以获取详细信息和语法。
OpenSolaris 使用 /etc/xdg/autostart 来实现该功能。
Solaris 10 uses an old version of gnome with which autostarted applications are defined in /usr/share/gnome/default.session
Have a look to that file header for details and syntax.
OpenSolaris uses /etc/xdg/autostart for that feature.