25 lines
666 B
SYSTEMD
25 lines
666 B
SYSTEMD
|
[Unit]
|
||
|
Description=Daily AWS Billing Report Service
|
||
|
After=syslog.target network-online.target
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/home/admin/service/bill_man
|
||
|
Environment=VIRTUAL_ENV=/home/admin/service/bill_man/venv
|
||
|
ExecStart=/home/admin/service/bill_man/bill_man start
|
||
|
ExecStop=/home/admin/service/bill_man/bill_man start
|
||
|
PIDFile=/home/admin/service/bill_man/bill_man.pid
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
TimeoutStartSec=5
|
||
|
Type=forking
|
||
|
PrivateDevices=yes
|
||
|
PrivateTmp=yes
|
||
|
ProtectSystem=full
|
||
|
ReadWriteDirectories=/home/admin/service/bill_man/log
|
||
|
ProtectHome=yes
|
||
|
NoNewPrivileges=yes
|
||
|
|
||
|
[Install]
|
||
|
#WantedBy=multi-user.target
|
||
|
WantedBy=default.target
|