hexopi/src/octoprint-init.service

14 lines
267 B
INI
Raw Permalink Normal View History

2020-05-26 11:35:37 +02:00
# 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