Skip to content

systemd job to start jekyll-page at boot #32

@andi34

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

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