1
0
Fork 0
dotfiles/.scripts/xorg/root/restart_x.sh

9 lines
133 B
Bash
Raw Normal View History

2022-09-23 19:28:12 +05:30
#!/usr/bin/env bash
if [[ "$EUID" -ne 0 ]]; then
>&2 echo "fail: you are not root"
exit 1
fi
systemctl restart gdm.service