Skip to content

systemd job to start jekyll-page at boot #32

Description

@andi34

/lib/systemd/system/jekyll.service:

[Unit]
Description=JekyllServer
After=syslog.target network.target

[Service]
Type=simple
ExecStart=/usr/local/bin/jekyll serve --incremental --host YOUR_IP --port PORTNUMBER --source /path/to/page
ExecReload=/usr/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

informationInformation for future use

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions