CAPE-Utils

 view release on metacpan or  search on metacpan

src_bin/cape_utils  view on Meta::CPAN

=head3 --clock <time>

Timestamp to use for setting the clock to of the VM for
when executing the item. If left undefined, it will be
autogenerated.

Format :: mm-dd-yyy HH:MM:ss

=head3  --timeout <timeout

Timeout value in seconds.

Default :: 200

=head3 --machine <machine>

The machine to use for this. If not defined,
first available will be used.

Default :: undef

systemd/mojo_cape_submit.service  view on Meta::CPAN

[Unit]
Description=Listen on HTTP or HTTPS and submit stuff to CAPEv2
After=syslog.target network-online.target
StartLimitIntervalSec=0

[Service]
Type=simple
EnvironmentFile=/usr/local/etc/mojo_cape_submit.env
ExecStart=/usr/bin/sudo -u $CAPE_USER /usr/local/bin/mojo_cape_submit daemon -m production -l $LISTEN_ON
TimeoutStartSec=300
Restart=always
RestartSec=3

[Install]
WantedBy=multi-user.target



( run in 0.312 second using v1.01-cache-2.11-cpan-05444aca049 )