Skip to content

Commit

Permalink
imspector: Added systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jul 31, 2012
1 parent b8e95bb commit 72cf995
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chat/imspector/systemd.d/imspector.service
@@ -0,0 +1,11 @@
[Unit]
Description=Imspector transparent proxy with logging capabilities
After=network.target

[Service]
Type=forking
ExecStart=/usr/sbin/imspector -c /etc/imspector/imspector.conf
Restart=on-failure

[Install]
WantedBy=multi-user.target

0 comments on commit 72cf995

Please sign in to comment.