mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-03-28 17:43:06 +01:00
- Implemented build-dev.sh for creating development .deb packages from untagged commits. - Implemented build-prod.sh for creating production .deb packages from tagged commits, including checks for a clean git state. - Added setup-build-env.sh to automate the installation of required build dependencies for Debian/Ubuntu. - Created setup.py to manage package setup using setuptools with versioning from git tags.
16 lines
259 B
Desktop File
16 lines
259 B
Desktop File
[Unit]
|
|
Description=PyMC Repeater Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=pymc-repeater
|
|
Group=pymc-repeater
|
|
WorkingDirectory=/etc/pymc-repeater
|
|
ExecStart=/usr/bin/pymc-repeater
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|