add systemd service example
This commit is contained in:
parent
25c28bf797
commit
ee20a5e5d6
|
@ -0,0 +1,8 @@
|
||||||
|
[Unit]
|
||||||
|
Description=tali IRCd
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment=IRC_HOSTNAME=irc.tali.software
|
||||||
|
#Environment=IRC_PORT=6667
|
||||||
|
#Environment=LOG_LEVEL=DEBUG
|
||||||
|
ExecStart=/usr/local/bin/talircd
|
Loading…
Reference in New Issue