Skip to content

Commit

Permalink
mejora: iva no informa cuando es monotrbuuto
Browse files Browse the repository at this point in the history
  • Loading branch information
alevilar committed Aug 30, 2024
1 parent 7089a1b commit e2d3f9e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/fiscalberry.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ After=network.target network-online.target

[Service]
Restart=always
RestartSec=1
RestartSec=5
Type=simple
ExecStart=/usr/bin/python3 /opt/fiscalberry/server.py

ExecStartPre=/opt/fiscalberry/scripts/check_internet.py
ExecStart=/opt/fiscalberry/.venv/bin/python /opt/fiscalberry/src/cli.py
EnvironmentFile=/etc/fiscalberry/.env
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=fiscalberry

[Install]
WantedBy=multi-user.target
Alias=fiscalberry.service
Alias=fiscalberry.service

0 comments on commit e2d3f9e

Please sign in to comment.