Skip to content

Commit

Permalink
RAM disk spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 17, 2024
1 parent 63a1a8f commit f12c17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramdisk.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=local-fs.target
[Service]
Type=oneshot
ExecStartPre=/bin/mkdir -p /mnt/ramdisk
ExecStart=/bin/mount -t tmpfs -o size=250m tmpfs /mnt/ramdisk
ExecStart=/bin/mount -t tmpfs -o size=256m tmpfs /mnt/ramdisk
RemainAfterExit=yes

[Install]
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MICROMPX_SERVICE_PATH="/etc/systemd/system/micrompx.service"
MICROMPX_SERVICE_URL="https://raw.githubusercontent.com/oszuidwest/rpi-umpx-decoder/logcleaner/micrompx.service"
MICROMPX_LOG_DIR="/home/micrompx/.MicroMPX_Decoder.log"

# Set-up RAM Disk
# Set-up RAM disk
RAMDISK_SERVICE_PATH="/etc/systemd/system/ramdisk.service"
RAMDISK_SERVICE_URL="https://raw.githubusercontent.com/oszuidwest/rpi-umpx-decoder/logcleaner/ramdisk.service"
RAMDISK_PATH="/mnt/ramdisk"
Expand Down

0 comments on commit f12c17e

Please sign in to comment.