debian-packages/packages/bin/plik-bin/materials/plikd.service
leafee98 82734470d2
All checks were successful
ci/woodpecker/push/build Pipeline was successful
refactor package directory, enhance build script
- update makedeb
- use bin, git, normal, leafee98 to classify packages
- only build package from leafee98 and bin in ci
- add script to build all packages locally
- add more log about running hook in build.sh
2023-08-18 17:28:14 +08:00

17 lines
401 B
Desktop File

[Unit]
Description=Plik is a temporary file upload system (Wetransfer like) in Go.
After=network.target apache2.service
[Service]
User=plik
# Start program here, plik needs webapp, clients and changelog to
# host changelog and provide download of clients
WorkingDirectory=/usr/lib/plik/
ExecStart=/usr/bin/plikd --config /etc/plik/plikd.cfg
Restart=on-failure
[Install]
WantedBy=multi-user.target