mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Starting application"
|
|
cd ~/notifications-api/;
|
|
sudo service notifications-api start |