mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-09 12:54:14 -05:00
4 lines
79 B
Bash
4 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Starting application"
|
||
|
|
sudo service notifications-admin start
|