14 lines
335 B
Desktop File
14 lines
335 B
Desktop File
[Unit]
|
|
Description=Life Platform Remote Management Daemon
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
EnvironmentFile=%h/.local/share/life-platform/.env.production
|
|
ExecStart=/usr/bin/python3 %h/.local/share/life-platform/scripts/daemon.py
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|