Added systemd .service file

parent f65a241c
[Unit]
Description=Settingsd-server
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 -u /home/drweb/settingsd/settingsd-server.py
WorkingDirectory=/home/drweb/settingsd
Restart=always
RestartSec=20
Environment=PYTHONPATH=vendor
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target
......@@ -7,6 +7,8 @@ enabled = yes
enabled = yes
[system_services]
initd_dir = /etc/init.d
serv_mgr_command = /usr/sbin/service
enabled = yes
[machine]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment