Skip to content

using mon with systemd type service #181

@tugbakara

Description

@tugbakara

Hi, I want to use mon with system servise as:

[Unit]
Description=Robot Bringup Launch Service
After=network.target

[Service]
Type=simple
ExecStart=/bin/bash -c "source /path/to/my/ws/devel/setup.bash && mon launch abcd.launch"
ExecStop=/usr/bin/pkill -f "mon launch diffbot_base abcd.launch"
Restart=always

[Install]
WantedBy=multi-user.target

but I couldn't run this, and there is not any error, how can I make it run, or does mon support service?

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