Package Details: piknik-bin 0.10.1-1

Git Clone URL: https://aur.archlinux.org/piknik-bin.git (read-only, click to copy)
Package Base: piknik-bin
Description: Copy/paste anything over the network.
Upstream URL: https://github.com/jedisct1/piknik
Licenses: ISC
Conflicts: piknik
Provides: piknik
Submitter: Sematre
Maintainer: Sematre
Last Packager: Sematre
Votes: 0
Popularity: 0.000000
First Submitted: 2020-11-02 19:52 (UTC)
Last Updated: 2021-03-26 17:12 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

keldrin commented on 2023-09-01 12:31 (UTC) (edited on 2023-09-01 12:38 (UTC) by keldrin)

Hi! I created a systemd user service for piknik. Here is the configuration:

/lib/systemd/user/piknik

[Unit]
Description=Copy/paste anything over the network
Documentation=https://github.com/jedisct1/piknik

[Service]
ExecStart=/usr/bin/piknik -server
ExecReload=kill -SIGUSR2 $MAINPID

[Install]
WantedBy=default.target

Now, as your normal user, you can simply enable/start the systemd service:

$ systemctl --user enable/start piknik

I did not test this too much but for me it seems to work. Maybe you want to add this to your package(s) as well?