diff options
Diffstat (limited to 'community/sage-mathematics/sage.service')
-rw-r--r-- | community/sage-mathematics/sage.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/sage-mathematics/sage.service b/community/sage-mathematics/sage.service new file mode 100644 index 000000000..d999414de --- /dev/null +++ b/community/sage-mathematics/sage.service @@ -0,0 +1,8 @@ +[Unit] +Description=A free open-source mathematics software system + +[Service] +ExecStart=/opt/sage/sage -n + +[Install] +WantedBy=default.target |