mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-17 08:32:48 -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 |