Add service and packaging.

This commit is contained in:
JOLIMAITRE Matthieu 2025-05-26 23:27:57 +02:00
parent b0c07ef3a3
commit e18e84e573
5 changed files with 33 additions and 2 deletions

9
feseur.service Normal file
View file

@ -0,0 +1,9 @@
[Unit]
Description=Feseur refreshing service.
[Service]
Type=forking
ExecStart=feseur-service
[Install]
WantedBy=multi-user.target