मेरे पास एक systemd परिभाषा फ़ाइल स्थापित है, लेकिन systemd इसे उपयोग करने में विफल रहता है। परेशानी क्या हो सकती है, या मैं इसे कैसे डिबग कर सकता हूं?
ettin:~# ls -l /etc/systemd/system/efl_test_daemon.service
-rwxr-xr-x 1 root root 145 Aug 18 13:11 /etc/systemd/system/efl_test_daemon.service
ettin:~# /bin/systemctl start efl_test_daemon.service
Failed to issue method call: Unit efl_test_daemon.service failed to load: No such file or directory.
यदि आपने ऊपर बताए अनुसार पुनः लोड किया है तो कृपया systemctl सूची-इकाइयों का आउटपुट प्रदान करें grep परीक्षण
—
Navern 19
@ मिचेल हैम्पटन धन्यवाद, मैं इस समाधान के लिए 3 घंटे देख रहा हूँ!
—
मैक्सडैनियल98
systemctl daemon-reload
?