You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
416 B
INI
20 lines
416 B
INI
[Unit]
|
|
Description=Photobioreactor Atlas EZO Acquisition
|
|
After=dev-i2c\x2d1.device
|
|
Wants=dev-i2c\x2d1.device
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=photobioreactor
|
|
Group=photobioreactor
|
|
SupplementaryGroups=i2c
|
|
WorkingDirectory=/opt/photobioreactor
|
|
EnvironmentFile=/etc/default/photobioreactor
|
|
ExecStart=/usr/bin/node api/acquisition.js
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|