我为你服务
/etc/systemd/system/guake.service 包含
[Unit]
Description=Start guake
[Service]
ExecStart=/bin/bash guake
[Install]
WantedBy=graphical.target然后我做了
systemctl start guake.service
systemctl status guake.service但我得到
启动guake : guake.service (/etc/systemd/system/guake.service;已启用;供应商预置:禁用) Active: failed (结果: core-dump),自清华2015年以来-07-16 21:14:36 SAST;4s前进程: 10785 ExecStart=/bin/bash (code=dumped,signal=SEGV)主PID: 10785 (code=dumped,signal=SEGV)
7月16日21:14:36 tawanda-pc bash10785: bash10785 GtkWarning: could...isplay Jul 16 21:14:36 tawanda-pc bash10785: warnings.warn(str(e),(塔万达)7月16日21:14:36塔万达-pc /usr/lib/python2.7/site-packages/keybinder/init.py:26: bash10785: /usr/lib/python2.7/site-packages/keybinder/init.py:26: GtkWarning: IA__gdk...failed Jul 21:14:36 tawanda-pc bash10785: from _keybinder进口7月16日21:14:36塔万达-pc bash10785: /usr/lib/python2.7/site-packages/keybinder/init.py:26: GtkWarning: IA__gdk...failed Jul16 21:14:36塔万达-pc bash10785:从_keybinder进口*7月16日21:14:36塔万达-pc systemd1: guake.service:主进程退出,code=dumped,状态=11/SEGV 7月16日21:14:36塔万达-pc systemd1: guake.service:单元进入失败状态。7月16日21:14:36塔万达-个人电脑systemd1: guake.service: Failed与结果‘核心-转储’。7月16日21:14:36 tawanda-pc系统d-coredump10790:进程10785 (python2)的用户0抛出核心。提示:有些行是椭圆形的,请使用-l来完整显示。
我也尝试过设置WantedBy=multi-user.target,但是它有相同的错误
我是runnig arch linux,我如何启动它,谢谢大家。
发布于 2018-03-16 08:51:11
systemctl enable guake.servicehttps://stackoverflow.com/questions/31462775
复制相似问题