mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
10 lines
114 B
SYSTEMD
10 lines
114 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=XLX API Service
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/bin/xlxapi-update
|
||
|
|
|
||
|
|
|