Skip to content

Commit

Permalink
Running with runonly and restarting always
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Nov 1, 2017
1 parent 8945cb7 commit f17852c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/rootfs/lib/systemd/system/bela_startup.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Before=shutdown.target

[Service]
EnvironmentFile=/opt/Bela/startup_env
ExecStart=/usr/bin/stdbuf -i0 -e0 -o0 /usr/bin/make -C /root/Bela PROJECT=${PROJECT} CL="${ARGS}" run
ExecStart=/usr/bin/stdbuf -i0 -e0 -o0 /usr/bin/make -C /root/Bela PROJECT=${PROJECT} CL="${ARGS}" runonly
Type=simple
Restart=on-failure
Restart=always

[Install]
WantedBy=default.target

0 comments on commit f17852c

Please sign in to comment.