15 lines
225 B
SYSTEMD
15 lines
225 B
SYSTEMD
|
|
||
|
[Unit]
|
||
|
Description=XMPP Bot for Gem-graph project
|
||
|
Requires=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=irker
|
||
|
ExecStart=/usr/bin/python3 /home/sid/sid-gemgraph.py
|
||
|
User=sid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=sid-gemgraph.service
|
||
|
|