~whynothugo/superd-services

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

Details
Message ID
<20230709170106.9148-1-edd@salkield.uk>
DKIM signature
missing
Download raw message
Patch: +7 -0
---
 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
Details
Message ID
<obx5rxfgomuuamaohhxk2s7w2zqxwzwbj4ez7ixlayqknnqqav@f6d5dkunemd7>
In-Reply-To
<20230709170106.9148-1-edd@salkield.uk> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)