Skip to content

Instantly share code, notes, and snippets.

View teshanshanuka's full-sized avatar

Teshan Liyanage teshanshanuka

View GitHub Profile
@teshanshanuka
teshanshanuka / myserv.service
Last active July 1, 2018 07:58
medium article 1
[Unit]
Description=Our sample program
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 /home/<username>/myprogram/myservice.py
[Install]
WantedBy=multi-user.target