dotfiles/dot_config/systemd/user/tj3webd.service

10 lines
183 B
SYSTEMD
Raw Permalink Normal View History

2021-02-15 20:53:16 -05:00
[Unit]
Description=Start Taskjuggler 3 Web Server
After=display-manager.service
[Service]
ExecStart=%h/.bin/tj3webd --dont-daemonize
Restart=always
[Install]
WantedBy=default.target