13 lines
280 B
SYSTEMD
13 lines
280 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@foot@/bin/foot --server
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session.target
|
||
|
Description=Fast, lightweight and minimalistic Wayland terminal emulator.
|
||
|
Documentation=man:foot(1)
|
||
|
PartOf=graphical-session.target
|