blob: 9aa9a48c135212fa84ecf2abd3c9d60eb88282df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=EasyEDA Local Auto Router Server
After=network.target
[Service]
Type=simple
DynamicUser=yes
ExecStart=/usr/bin/easyeda-router
Restart=always
[Install]
WantedBy=multi-user.target
|