This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] foot: add service
---
foot.service | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 foot.service
diff --git a/foot.service b/foot.service
new file mode 100644
index 0000000..f9153b0
--- /dev/null
@@ -0,0 +1,7 @@
+[Unit]
+Description=Fast, lightweight and minimalistic Wayland terminal emulator
+Documentation=man:foot(1)
+
+[Service]
+ExecStart=foot --server
+Restart=always
--
2.40.1
On 2023-07-09 18:01, Edd Salkield wrote:
> ---
> foot.service | 7 +++++++
> 1 file changed, 7 insertions(+)
> create mode 100644 foot.service
>
> diff --git a/foot.service b/foot.service
> new file mode 100644
> index 0000000..f9153b0
> --- /dev/null
> +++ b/foot.service
> @@ -0,0 +1,7 @@
> +[Unit]
> +Description=Fast, lightweight and minimalistic Wayland terminal emulator
> +Documentation=man:foot(1)
> +
> +[Service]
> +ExecStart=foot --server
> +Restart=always
> --
> 2.40.1
>
Applied, thanks!
--
Hugo