summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/commission-php-fpm.service
blob: 365174774bbbea8ea73150a6fe0b18e0a027a7f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy file /opt/lora/lora-network-server.conf.sample to
# to /var/config/lora/lora-network-server.conf
# Then:
#   systemctl enable lora-network-server.service
#   systemctl start lora-network-server.service
# Log view:
# systemctl status lora-network-server.service
# Last 30 lines of output:
# journalctl -n30 -xu lora-network-server.service
# If default settings are wrong, edit /var/config/lora/lora-network-server
#
[Unit]
Description=mLinux Commissioning PHP Component
After=network-online.target commission.service

[Service]
SyslogIdentifier=PHP-Commissioning
ExecStart=/usr/libexec/commission/commission-php-fpm
Restart=on-failure

[Install]
WantedBy=multi-user.target