mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Fix systemd service for ARM (fix #130)
This commit is contained in:
parent
26420ae0ae
commit
b71f3c2a3b
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Kresus is an open-source libre self-hosted personal finance manager. It allows you to safely track your banking history, check your overall balance and know exactly how you are spending money using categories!
|
||||
|
||||
|
||||
**Shipped version:** 0.18.1~ynh4
|
||||
**Shipped version:** 0.18.1~ynh5
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Kresus est un gestionnaire de finances personnelles gratuit et libre qui tourne sur votre serveur. Il récupère automatiquement et quotidiennement toutes vos nouvelles transactions bancaires et vous permet de les catégoriser, étudier via des graphiques, et établir un budget.
|
||||
|
||||
**Version incluse :** 0.18.1~ynh4
|
||||
**Version incluse :** 0.18.1~ynh5
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ RestrictRealtime=true
|
|||
RestrictSUIDSGID=true
|
||||
#SecureBits=noroot-locked
|
||||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@system-service
|
||||
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap
|
||||
SystemCallErrorNumber=EPERM
|
||||
|
||||
# to allow this systemd service to use sendmail.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Personal finance manager",
|
||||
"fr": "Outil personnel de gestion de finances"
|
||||
},
|
||||
"version": "0.18.1~ynh4",
|
||||
"version": "0.18.1~ynh5",
|
||||
"url": "https://framagit.org/kresusapp/kresus",
|
||||
"upstream": {
|
||||
"license": "free",
|
||||
|
|
Loading…
Add table
Reference in a new issue