Skip to content

Commit

Permalink
scripts use systemctl now (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn authored Jan 12, 2022
1 parent 789e300 commit e35954d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
12 changes: 0 additions & 12 deletions crone.sh

This file was deleted.

3 changes: 0 additions & 3 deletions matron.sh

This file was deleted.

4 changes: 1 addition & 3 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
cd "$(dirname "$0")"
./crone.sh > /dev/null &
./matron.sh > /dev/null &
systemctl start norns.target
5 changes: 1 addition & 4 deletions stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
killall matron
killall sclang
killall scsynth
killall crone
systemctl stop norns-*

0 comments on commit e35954d

Please sign in to comment.