Systemd is hanging(frozen screen) when i stop or restart service tor

After update manjaro( working tor without problem), I can’t stop or restart tor.service, when stop or restart tor frozen screen.

The problem with the service tor is when it restart or stop happen break the sessions.

I trying stop tor process with task manager show info
" stopping process may destroy data, break the sessions or introduce a security risk,…" .

Does anyone know where the problem comes from?

cat /etc/systemd/system/multi-user.target.wants/tor.service

[Unit]
Description=Anonymizing overlay network for TCP
After=syslog.target network.target nss-lookup.target

[Service]
Type=notify
NotifyAccess=all
ExecStartPre=/usr/bin/tor -f /etc/tor/torrc --verify-config
ExecStart=/usr/bin/tor -f /etc/tor/torrc
ExecReload=/bin/kill -HUP ${MAINPID}
KillSignal=SIGINT
TimeoutSec=60
Restart=on-failure
WatchdogSec=1m
LimitNOFILE=32768

#Hardening

PrivateTmp=yes
PrivateDevices=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=-/var/lib/tor
ReadWriteDirectories=-/var/log/tor
NoNewPrivileges=yes
CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE CAP_DAC_READ_SEARCH


[Install]
WantedBy=multi-user.target

Anyone?

I can find my tor service at /usr/lib/systemd/system/tor.service

the above data otherwise agree with mine

Exactly the same for me

My friends still have the problem someone can help?