LINUX.ORG.RU

История изменений

Исправление brothermechanic, (текущая версия) :

Пересоздал сервис

systemctl --user disable xbindkeys.service
systemctl --user enable xbindkeys.service

вроде запустилось

$ systemctl --user status xbindkeys.service
○ xbindkeys.service - XBindKeys key grabber
     Loaded: loaded (/home/bm/.local/share/systemd/user/xbindkeys.service; enabled; preset: enabled)
     Active: inactive (dead) since Mon 2023-01-23 11:53:27 MSK; 1min 47s ago
   Duration: 4ms
    Process: 56327 ExecStart=/usr/bin/xbindkeys (code=exited, status=0/SUCCESS)
   Main PID: 56327 (code=exited, status=0/SUCCESS)
      Tasks: 1 (limit: 38470)
     Memory: 328.0K
        CPU: 54ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/xbindkeys.service
             └─56329 /usr/bin/xbindkeys

Буду проверять после перезагрузки пользователя

Исходная версия brothermechanic, :

bm@BURNE ~ 
$ systemctl --user stop xbindkeys.service
bm@BURNE ~ 
$ systemctl --user status xbindkeys.service
○ xbindkeys.service - XBindKeys key grabber
     Loaded: loaded (/home/bm/.local/share/systemd/user/xbindkeys.service; enabled; preset: enabled)
     Active: inactive (dead) since Mon 2023-01-23 11:47:28 MSK; 2min 10s ago
   Duration: 4ms
    Process: 56023 ExecStart=/usr/bin/xbindkeys (code=exited, status=0/SUCCESS)
   Main PID: 56023 (code=exited, status=0/SUCCESS)
        CPU: 5ms

янв 23 11:47:28 BURNE systemd[2297]: Started xbindkeys.service.
bm@BURNE ~ 
$ systemctl --user start xbindkeys.service
bm@BURNE ~ 
$ systemctl --user status xbindkeys.service
○ xbindkeys.service - XBindKeys key grabber
     Loaded: loaded (/home/bm/.local/share/systemd/user/xbindkeys.service; enabled; preset: enabled)
     Active: inactive (dead) since Mon 2023-01-23 11:49:54 MSK; 1s ago
   Duration: 5ms
    Process: 56136 ExecStart=/usr/bin/xbindkeys (code=exited, status=0/SUCCESS)
   Main PID: 56136 (code=exited, status=0/SUCCESS)
        CPU: 7ms

янв 23 11:49:54 BURNE systemd[2297]: Started xbindkeys.service.
bm@BURNE ~ 
$