새로운 시스템 서비스를 생성할 수 없습니다

새로운 시스템 서비스를 생성할 수 없습니다

Raspbian 11에서 새로운 systemd 서비스를 생성하려고 하는데 다음 오류가 발생합니다.

sysctl: cannot stat /proc/sys/homeassistant@homeassistant/service: No such file or directory
sysctl: cannot stat /proc/sys/start: No such file or directory

내 오류를 재현하는 단계는 다음과 같습니다.

nano /etc/systemd/system/[email protected]

문서 내용:

[Unit]
Description=Home Assistant
After=network-online.target mariadb.service

[Service]
Type=simple
User=%i
ExecStart=/srv/homeassistant/bin/hass -c "/home/%i/.homeassistant"
Restart=on-failure
RestartSec=10s

[Install]
WantedBy=multi-user.target

서비스를 활성화합니다:

sysctl [email protected] enable

내가 받은 출력은 다음과 같습니다.

sysctl: cannot stat /proc/sys/homeassistant@homeassistant/service: No such file or directory
sysctl: cannot stat /proc/sys/start: No such file or directory

답변1

systemctlsystemd 장치를 활성화하려면 이 명령을 사용해야 합니다 ( sysctl런타임에 커널 매개변수를 수정하지 않음).

관련 정보