Categories
Technology

Make `jekyll serve` a systemd Service

Recently I have just started to try out Jekyll, but I realized jekyll serve does not come with any script to allow me to run it on system startup. Thus, a simple script is written to make it a systemd script. This script runs jekyll serve on startup.