Created
March 24, 2021 10:49
-
-
Save BillyRuffian/6be10076efc61fb94718206436c22754 to your computer and use it in GitHub Desktop.
Simple systemd service for eframe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=%i eframe app | |
After=network.target | |
[Service] | |
ExecStart=/home/pi/.local/bin/uwsgi \ | |
--ini /home/pi/Projects/epaper-frame/eframe.ini | |
User=pi | |
Restart=on-failure | |
KillSignal=SIGQUIT | |
Type=notify | |
StandardError=syslog | |
NotifyAccess=all | |
[Install] | |
WantedBy = multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add as
/etc/systemd/system/eframe.service
and run