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

[Service]
Restart=on-failure
Type=exec
ExecStart=/usr/bin/python3 /usr/bin/samsungScannerServer.py
User=scantopc
Group=scantopc

[Install]
WantedBy=multi-user.target