mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-17 13:08:52 -04:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Starting application"
|
||
|
|
sudo service notifications-api start
|