summaryrefslogtreecommitdiff
path: root/.config/systemd/user/screen.service
blob: 639360e46addec07b2ef39f8a51d496acf1646b7 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Terminal multiplexer

[Service]
Type=forking
ExecStart=/usr/bin/screen -dmS session
ExecStop=/usr/bin/screen -S session -X quit

[Install]
WantedBy=multiplexer.target