python-tool/python-tool.service

13 lines
208 B
SYSTEMD
Raw Normal View History

2021-07-15 18:31:27 +00:00
[Unit]
2021-07-15 19:53:45 +00:00
Description=python-tool
2021-07-15 18:31:27 +00:00
After=multi-user.target
[Service]
Restart=always
Type=simple
WorkingDirectory=/etc/python-tool
ExecStart=/etc/python-tool/bin/python-tool
[Install]
WantedBy=multi-user.target