boramalper / himawaripy

Set near-realtime picture of Earth as your desktop background
http://labs.boramalper.org/himawaripy
MIT License
1.62k stars 239 forks source link

Wrong instruccions for systemd #47

Closed guillefar closed 8 years ago

guillefar commented 8 years ago

There is no instruccions for what have to go inside himawaripy.service, and also path is wrong (and no INSTALLATION_PATH to be replaced)

### Configure
    vi systemd/himawaripy.service
    # Replace "<INSTALLATION_PATH>" with the output of the aforementioned command.
boramalper commented 8 years ago

<INSTALLATION_PATH> is the output of the command which -- himawaripy.

guillefar commented 8 years ago

Yes, but there is no INSTALLATION_PATH here:

Configure

    vi systemd/himawaripy.service
    # Replace "<INSTALLATION_PATH>" with the output of the aforementioned command.
    ### Copy systemd configuration
    cp systemd/himawaripy.{service,timer} $HOME/.config/systemd/user/

    ### Enable and start the timer
    systemctl --user enable --now himawaripy.timer

And in no place says what the content of systemd/himawaripy.service should be.

boramalper commented 8 years ago

You need to replace the <INSTALLATION_PATH> in the file systemd/himawaripy.service with the output of the conmand which -- himawaripy.

I hope it's finally clear enough.