To see messages from other users and the system as well as performing various log operations from a regular user add it to the group:
sudo usermod -aG systemd-journal $USER
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Broadcasting</title> | |
<script src="js/angular.min.js"></script> | |
<script> | |
var app = angular.module('app', []); | |
app.controller("firstCtrl", function ($scope) { | |
$scope.handleClick = function (msg) { |