recipes/doc/recipes.service

15 lines
365 B
Desktop File

[Unit]
Description=Recipes
After=network.target
[Service]
Type=simple
User=pi
# Uncomment to use libjemalloc on Raspberry Pi. package 'libjemalloc' needs to be installed.
# Environment="LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libjemalloc.so.2"
WorkingDirectory=/home/pi/recipes
ExecStart=/home/pi/recipes/recipes
Restart=always
[Install]
WantedBy=multi-user.target