This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=hitch | |
After=syslog.target network.target | |
[Service] | |
Type=forking | |
#Restart=on-failure | |
LimitNOFILE=131072 | |
Environment="HITCH_OPTIONS=--config /etc/hitch/hitch.conf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/perl -CSDAL | |
use strict; | |
use warnings; | |
use JSON; | |
use LWP::Simple; | |
use POSIX qw(strftime); | |
use Data::Dumper; | |
use utf8; |