mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 12:18:19 -04:00
4 lines
79 B
Bash
4 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Starting application"
|
||
|
|
sudo service notifications-admin start
|