Skip to content

Commit

Permalink
Put prepared rr command line into systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Sep 18, 2024
1 parent 1222601 commit 25f0d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/bluecherry.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Type=simple
User=bluecherry
Group=bluecherry
#ExecStart=/usr/bin/valgrind --tool=memcheck --leak-check=yes --leak-check=full --show-leak-kinds=all --log-file=/tmp/bluecherry-valgrind.log /usr/sbin/bc-server -s
#ExecStart=/usr/bin/rr record -o /tmp/bluecherry.rr /usr/sbin/bc-server -s
ExecStart=/usr/sbin/bc-server -s
Restart=on-failure

Expand Down

0 comments on commit 25f0d28

Please sign in to comment.