8.1.2.7. 其他設定
$ cd ~/catkin_ws/src/ROBOTIS-OP3-Tools/op3_web_setting_tool
$ sudo cp -r ./html /var/www
Last updated
Was this helpful?
$ cd ~/catkin_ws/src/ROBOTIS-OP3-Tools/op3_web_setting_tool
$ sudo cp -r ./html /var/www
Last updated
Was this helpful?
Was this helpful?
$ sudo xed /etc/init.d/shutdown-snd #! /bin/sh
/usr/bin/madplay "/usr/share/sounds/byebye.mp3" $ sudo chmod +x /etc/init.d/shutdown-snd$ sudo xed /etc/systemd/system/shutdown_sound.service [Unit]
Description=shutdown sound
After=network.target
[Service]
Type=oneshot
ExecStart=/bin/true
ExecStop=/etc/init.d/shutdown-snd
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target $ systemctl daemon-reload
$ systemctl enable /etc/systemd/system/shutdown_sound.service --now