2021-06-18 07:07:35 +00:00
|
|
|
[Unit]
|
|
|
|
Description=leylines server
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/env python3 -m leylines daemon
|
2021-06-18 07:09:47 +00:00
|
|
|
AmbientCapabilities=CAP_NET_ADMIN
|
2021-06-18 07:07:35 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|