mirror of
https://github.com/reactos/rosev_ircsystem.git
synced 2024-11-23 11:59:47 +00:00
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
|
# Upstart script for rosev_ircsystem
|
||
|
description "ReactOS Deutschland e.V. IRC System"
|
||
|
author "ReactOS Deutschland e.V. <deutschland@reactos.org>"
|
||
|
|
||
|
expect fork
|
||
|
exec /usr/local/bin/rosev_ircsystem --daemon /srv/irc
|