Bug 40971 - не запускается сервис для systemd
Summary: не запускается сервис для systemd
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: rsync-server (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-21 12:36 MSK by arbars@altlinux.org
Modified: 2021-09-21 15:17 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arbars@altlinux.org 2021-09-21 12:36:34 MSK
При попытке запуска сервиса systemd  отвечает, что такого сервиса нет:


 systemctl enable --now rsyncd
Failed to enable unit: Unit file rsyncd.service does not exist.

systemctl enable --now rsyncd@.service

Failed to start rsyncd@.service: Unit name rsyncd@.service is missing the instance name.
See system logs and 'systemctl status rsyncd@.service' for details.

status rsyncd@.service
Failed to get properties: Unit name rsyncd@.service is neither a valid invocation ID nor unit name.

systemctl status rsyncd.service
Unit rsyncd.service could not be found.
Comment 1 Gleb F-Malinovskiy 2021-09-21 14:06:25 MSK
Ну так ведь этим сервисом нужно пользоваться через socket activation:

systemctl enable --now rsyncd.socket
Comment 2 arbars@altlinux.org 2021-09-21 15:17:56 MSK
Ясно. Будем знать :)