mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-25 17:04:04 +00:00
Add systemd-service (#96)
This commit is contained in:
parent
81a1513809
commit
4ef3f33821
1 changed files with 8 additions and 0 deletions
8
linx-server.service
Normal file
8
linx-server.service
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Self-hosted file/code/media sharing website
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=linx
|
||||
Group=linx
|
||||
ExecStart=/usr/bin/linx-server
|
||||
Loading…
Add table
Add a link
Reference in a new issue