14 lines
225 B
Desktop File
14 lines
225 B
Desktop File
|
|
[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
|
|
|