mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 22:00:26 +09:00
scripts: Use /tmp/klippy.log in install-ubuntu-18.04.sh
Use /tmp/klippy.log in the install script - all the documentation currently uses that file location. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -47,9 +47,8 @@ create_virtualenv()
|
|||||||
install_script()
|
install_script()
|
||||||
{
|
{
|
||||||
# Create systemd service file
|
# Create systemd service file
|
||||||
KLIPPER_LOG=/var/log/klippy.log
|
KLIPPER_LOG=/tmp/klippy.log
|
||||||
report_status "Installing system start script..."
|
report_status "Installing system start script..."
|
||||||
sudo touch $KLIPPER_LOG && sudo chown $KLIPPER_USER:$KLIPPER_GROUP $KLIPPER_LOG
|
|
||||||
sudo /bin/sh -c "cat > $SYSTEMDDIR/klipper.service" << EOF
|
sudo /bin/sh -c "cat > $SYSTEMDDIR/klipper.service" << EOF
|
||||||
#Systemd service file for klipper
|
#Systemd service file for klipper
|
||||||
[Unit]
|
[Unit]
|
||||||
|
|||||||
Reference in New Issue
Block a user