]>
iEval git - app-remotegnokii.git/blob - rg-smsd
8 my $spool = App
:: RemoteGnokii
:: cfg
'spool' ;
9 my $action = which
'rg-action' or die 'Cannot find rg-action in PATH' ;
11 exec 'smsd' , - m
=> 'file' , - u
=> $action , - c
=> $spool , @ARGV ;
18 rg-smsd - Start smsd with RemoteGnokii arguments
27 This convenience script starts gnokii-smsd with rg-action and the configured spool directory. Extra arguments are passed to smsd.
35 The basename of the configuration file. For example, if the configuration file is '/srv/rg/config.yml', RGCONF should be set to '/srv/rg/config'. Defaults to '/etc/rg'.
41 Marius Gavrilescu E<lt>marius@ieval.roE<gt>
43 =head1 COPYRIGHT AND LICENSE
45 Copyright (C) 2014 by Marius Gavrilescu
47 This library is free software: you can redistribute it and/or modify
48 it under the terms of the GNU General Public License as published by
49 the Free Software Foundation, either version 3 of the License, or (at
50 your option) any later version.
This page took 0.047534 seconds and 4 git commands to generate.