mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 02:02:13 -05:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Starting application"
|
||
|
|
sudo service notifications-api start
|