Skip to content

Commit

Permalink
Add truncated cube lamp service
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercotui committed Aug 11, 2021
1 parent 8ad7b50 commit c28917a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions services/truncated_cube_lamp.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=Starts the truncated_cube_lamp application

[Service]
Restart=on-abnormal

# hardcoded paths :shrug:
ExecStart=/home/ubuntu/truncated-cube-lamp/build/src/truncated_cube_lamp
WorkingDirectory=/home/ubuntu/truncated-cube-lamp/build

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion src/animation_runner/animation_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <algorithm>
#include <utility>

Q_LOGGING_CATEGORY(AnimationRunnerLog, "animation.runner", QtDebugMsg)
Q_LOGGING_CATEGORY(AnimationRunnerLog, "animation.runner", QtInfoMsg)

namespace {
constexpr int kMinimumFrameIntervalMS = 16; // for max 60 fps
Expand Down

0 comments on commit c28917a

Please sign in to comment.