Skip to content

Instantly share code, notes, and snippets.

@mitsutaka
Created April 25, 2015 03:20
Show Gist options
  • Save mitsutaka/985902fbf2024060484c to your computer and use it in GitHub Desktop.
Save mitsutaka/985902fbf2024060484c to your computer and use it in GitHub Desktop.
stone systemd service file
[Unit]
Description=TCP/IP packet repeater in the application layer
ConditionPathExists=/etc/stone/stone.conf
[Service]
PIDFile=/var/run/stone.pid
ExecStart=/usr/local/sbin/stone -C /etc/stone/stone.conf
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment