22 lines
No EOL
384 B
Desktop File
22 lines
No EOL
384 B
Desktop File
[Unit]
|
|
Description=Parley Chat Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
WorkingDirectory=/opt/parley
|
|
ExecStart=/opt/parley/parley
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
# Безопасность
|
|
NoNewPrivileges=yes
|
|
PrivateTmp=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |