Compare commits
No commits in common. "9ac62fdf89a24f3c3e5bde0349526d74c41689fd" and "a2c58a6cc60d1288ddec630aedc9e288a0ee7a65" have entirely different histories.
9ac62fdf89
...
a2c58a6cc6
2 changed files with 0 additions and 14 deletions
2
build.sh
2
build.sh
|
@ -9,7 +9,6 @@ if [ "$choice" = "y" ]; then
|
|||
echo "building backend!"
|
||||
cd backend
|
||||
./gradlew shadowJar
|
||||
systemctl restart nelle-observer-api
|
||||
elif [ "$choice" = "n" ]; then
|
||||
echo "exiting..."
|
||||
elif [ "$choice" = "c" ]; then
|
||||
|
@ -23,7 +22,6 @@ elif [ "$choice" = "n" ]; then
|
|||
echo "building backend!"
|
||||
cd backend
|
||||
./gradlew shadowJar
|
||||
systemctl restart nelle-observer-api
|
||||
elif [ "$choice" = "n" ]; then
|
||||
echo "exiting..."
|
||||
elif [ "$choice" = "c" ]; then
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[Unit]
|
||||
Description=nelle.observer API Daemon
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/java -jar personalSiteAPI-all.jar
|
||||
WorkingDirectory={PathTo}/nelle-observer/backend/build/libs/
|
||||
SyslogIdentifier=personalSiteAPI
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue