hexopi/src/octoprint-init.service

14 lines
267 B
INI

# SPDX-License-Identifier: GPL-3.0
# Denis Kanuf <https://denkn.at>
[Unit]
Description=Initialize Octoprint 3d-printer web interface
Before=octoprint.service
[Service]
Type=oneshot
ExecStart=/usr/local/libexec/octoprint-init
[Install]
WantedBy=multi-user.target