mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 21:00:26 +09:00
ODROID: debian: Add Debian package scripts
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: If859a008e42cf8c0f670de40886e525916ae98ce
This commit is contained in:
14
debian/klipper.service
vendored
Normal file
14
debian/klipper.service
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Klipper service
|
||||
After=network.target
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
RemainAfterExit=yes
|
||||
ExecStart=python2 /usr/lib/pypy/dist-packages/klippy/klippy.py \
|
||||
/etc/klippy_config/printer.cfg \
|
||||
-l /tmp/klippy.log \
|
||||
-a /tmp/klippy_uds
|
||||
Reference in New Issue
Block a user