Skip to content

Pidfile doesn't work with absolute paths #15

@duckythescientist

Description

@duckythescientist

Inputplug won't write a pidfile if the pidfile is an absolute path.

inputplug -p mypidfile1 -c true
# creates mypidfile1 in the current directory

inputplug -p $PWD/mypidfile2 -c true
# doesn't create a pidfile

I'm on Xubuntu 24.04, and I've tested both the 0.4.0 apt release and a build from the current main branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions