Skip to content

Instantly share code, notes, and snippets.

@comotion
comotion / hitch.service
Last active April 10, 2024 20:13 — forked from lkarsten/hitch.service
hitch systemd
[Unit]
Description=hitch
After=syslog.target network.target
[Service]
Type=forking
#Restart=on-failure
LimitNOFILE=131072
Environment="HITCH_OPTIONS=--config /etc/hitch/hitch.conf"
#! /usr/bin/perl -CSDAL
use strict;
use warnings;
use JSON;
use LWP::Simple;
use POSIX qw(strftime);
use Data::Dumper;
use utf8;