mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 10:42:25 -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 |