Skip to content

Commit

Permalink
Added systemd service files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Dec 11, 2012
1 parent 5e88a82 commit 4b90d29
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 0 deletions.
13 changes: 13 additions & 0 deletions initsys/systemd/fedmsg-gateway.service
@@ -0,0 +1,13 @@
[Unit]
Description=Outbound fedmsg gateway
After=sockets.target
Documentation=http://fedmsg.readthedocs.org/en/latest/commands/

[Service]
ExecStart=/usr/bin/fedmsg-gateway
Type=simple
User=fedmsg
Group=fedmsg

[Install]
WantedBy=multi-user.target
13 changes: 13 additions & 0 deletions initsys/systemd/fedmsg-hub.service
@@ -0,0 +1,13 @@
[Unit]
Description=Generic fedmsg processing hub
After=sockets.target
Documentation=http://fedmsg.readthedocs.org/en/latest/commands/

[Service]
ExecStart=/usr/bin/fedmsg-hub
Type=simple
User=fedmsg
Group=fedmsg

[Install]
WantedBy=multi-user.target
13 changes: 13 additions & 0 deletions initsys/systemd/fedmsg-irc.service
@@ -0,0 +1,13 @@
[Unit]
Description=IRC bot for fedmsg
After=sockets.target
Documentation=http://fedmsg.readthedocs.org/en/latest/commands/

[Service]
ExecStart=/usr/bin/fedmsg-irc
Type=simple
User=fedmsg
Group=fedmsg

[Install]
WantedBy=multi-user.target
13 changes: 13 additions & 0 deletions initsys/systemd/fedmsg-relay.service
@@ -0,0 +1,13 @@
[Unit]
Description=fedmsg active<->passive relay
After=sockets.target
Documentation=http://fedmsg.readthedocs.org/en/latest/commands/

[Service]
ExecStart=/usr/bin/fedmsg-relay
Type=simple
User=fedmsg
Group=fedmsg

[Install]
WantedBy=multi-user.target
13 changes: 13 additions & 0 deletions initsys/systemd/fedmsg-tweet.service
@@ -0,0 +1,13 @@
[Unit]
Description=Twitter/Identi.ca bot for fedmsg
After=sockets.target
Documentation=http://fedmsg.readthedocs.org/en/latest/commands/

[Service]
ExecStart=/usr/bin/fedmsg-tweet
Type=simple
User=fedmsg
Group=fedmsg

[Install]
WantedBy=multi-user.target
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b90d29

Please sign in to comment.