Skip to content

Convert install to systemd init #15

@brentpicasso

Description

@brentpicasso

Remove the current launch script and use systemd init

Suggested systemd init script:

[Unit]
Description=Racecapture
After=basic.target

[Service]
Type=simple
User=pi
Restart=on-failure
ExecStart=/opt/racecapture/run_racecapture_rpi.sh -- -c graphics:show_cursor:0 -a -m cursor -c kivy:keyboard_mode:systemandmulti

[Install]
WantedBy=multi-user.target

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions