This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### debian 8 (jessie) | |
mkdir /etc/systemd/system/[email protected] &&\ | |
echo '[Service] | |
Environment="TERM=xterm"' > /etc/systemd/system/[email protected]/xterm.conf | |
systemctl daemon-reload &&\ | |
systemctl enable [email protected] &&\ | |
systemctl start [email protected] &&\ | |
systemctl status [email protected] |