summarylogtreecommitdiffstats
path: root/samsung-scantopc-webui.service
blob: b4de36f3a7456550eb058b0d336dd50b84f9ed1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Tool to interact with the "scan to PC" option in Samsung MFP (web UI).
After=network.target
Wants=network-online.target

[Service]
Restart=on-failure
Type=exec
ExecStart=/usr/bin/node bin/www
User=scantopc
Group=scantopc
WorkingDirectory=/usr/share/samsung-scantopc/webui/backend/
EnvironmentFile=/etc/samsung-scantopc/webui.env

[Install]
WantedBy=multi-user.target