You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/init/gns3.service.systemd

13 lines
208 B

[Unit]
Description=GNS3 server
Wants=network-online.target
After=network.target network-online.target
[Service]
User=gns3
Group=gns3
ExecStart=/usr/local/bin/gns3server
[Install]
WantedBy=multi-user.target