unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Bone Baboon <bone.baboon@disroot.org>
To: Julien Lepiller <julien@lepiller.eu>
Cc: help-guix@gnu.org
Subject: Re: How to create a service for contents of arbitrary file
Date: Thu, 08 Apr 2021 19:46:08 -0400	[thread overview]
Message-ID: <874kggfigv.fsf@disroot.org> (raw)
In-Reply-To: <5F18EF49-1BC9-49E3-AEC7-21B7C8361F52@lepiller.eu>


Julien Lepiller writes:

> There's special-files-service-type described here: http://guix.gnu.org/manual/devel/en/html_node/Base-Services.html#Base-Services
>
> However, I'm not sure it will work in /sys. I guess you'll have to try and report back :)

Thank you for this suggestion.

I added this to services in my system configuration:

```
(service special-files-service-type
  `(("/sys/class/graphics/fbcon/cursor_blink"
     "/home/user/no-blink"))
```

The contents of `home/user/no-blink` is "0".

When I run a system reconfiguration I get this error "guix system:
error: symlink: Operation not permitted:
"sys/class/graphics/fbcon/cursor_blink.new".

Any ideas on how to overcome this error?

The contents of `/sys/class/graphics/fbcon/cursor_blink` is reset to "1"
every time the computer is turned on and the cursor is blinking.  I
would like to get a service working that sets it to "0" so that I do not
need to manually change this setting every time I boot the computer.


  parent reply	other threads:[~2021-04-08 23:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  4:11 How to create a service for contents of arbitrary file Bone Baboon
2021-04-07 11:12 ` Julien Lepiller
2021-04-07 14:12   ` Gary Johnson
2021-04-08 23:26     ` Bone Baboon
2021-04-08 23:46   ` Bone Baboon [this message]
2021-04-09  0:06     ` Julien Lepiller
2021-04-10  4:18       ` Bone Baboon
2021-04-10 10:50         ` Julien Lepiller
2021-04-14 23:22           ` Bone Baboon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874kggfigv.fsf@disroot.org \
    --to=bone.baboon@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=julien@lepiller.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).