Echo Writes Code

web-pylon.service

1
2
3
4
5
6
7
8
9
10
[Unit]
Description=web-pylon server
After=network.target

[Service]
ExecStart=/opt/web-pylon/bin/web-pylon --configuration_file /opt/web-pylon/web-pylon.toml
Group=www-data
Type=exec
User=www-data
WorkingDirectory=/opt/web-pylon